ProfileResourceFormat.UpdateStages.WithAttributes Interface

public static interface ProfileResourceFormat.UpdateStages.WithAttributes

The stage of the ProfileResourceFormat update allowing to specify attributes.

Method Summary

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

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

Method Details

withAttributes

public abstract ProfileResourceFormat.Update 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