Interface ResourceAttribute.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceAttribute.Builder,ResourceAttribute>,SdkBuilder<ResourceAttribute.Builder,ResourceAttribute>,SdkPojo
- Enclosing class:
- ResourceAttribute
public static interface ResourceAttribute.Builder extends SdkPojo, CopyableBuilder<ResourceAttribute.Builder,ResourceAttribute>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceAttribute.Buildertype(String type)Type of resource.ResourceAttribute.Buildertype(ResourceAttributeType type)Type of resource.ResourceAttribute.Buildervalue(String value)Value of the resource type.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
type
ResourceAttribute.Builder type(String type)
Type of resource.
- Parameters:
type- Type of resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceAttributeType,ResourceAttributeType
-
type
ResourceAttribute.Builder type(ResourceAttributeType type)
Type of resource.
- Parameters:
type- Type of resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceAttributeType,ResourceAttributeType
-
value
ResourceAttribute.Builder value(String value)
Value of the resource type.
- Parameters:
value- Value of the resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-