Interface ResourceDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceDescription.Builder,ResourceDescription>,SdkBuilder<ResourceDescription.Builder,ResourceDescription>,SdkPojo
- Enclosing class:
- ResourceDescription
public static interface ResourceDescription.Builder extends SdkPojo, CopyableBuilder<ResourceDescription.Builder,ResourceDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceDescription.Builderidentifier(String identifier)The primary identifier for the resource.ResourceDescription.Builderproperties(String properties)A list of the resource properties and their current values.-
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
-
identifier
ResourceDescription.Builder identifier(String identifier)
The primary identifier for the resource.
For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.
- Parameters:
identifier- The primary identifier for the resource.For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
properties
ResourceDescription.Builder properties(String properties)
A list of the resource properties and their current values.
- Parameters:
properties- A list of the resource properties and their current values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-