InteractionResourceFormat.DefinitionStages.WithAttributes Interface

public static interface InteractionResourceFormat.DefinitionStages.WithAttributes

The stage of the InteractionResourceFormat definition allowing to specify attributes.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withAttributes(Map<String,List<String>> attributes)

Specifies the attributes property: The attributes for the Type..

Method Details

withAttributes

public abstract InteractionResourceFormat.DefinitionStages.WithCreate withAttributes(Map<>> attributes)

Specifies the attributes property: The attributes for the Type..

Parameters:

attributes - The attributes for the Type.

Returns:

the next definition stage.

Applies to