Interface MetadataCopies.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MetadataCopies.Builder,
,MetadataCopies> SdkBuilder<MetadataCopies.Builder,
,MetadataCopies> SdkPojo
- Enclosing class:
MetadataCopies
@Mutable
@NotThreadSafe
public static interface MetadataCopies.Builder
extends SdkPojo, CopyableBuilder<MetadataCopies.Builder,MetadataCopies>
-
Method Summary
Modifier and TypeMethodDescriptioncopiableAttributes
(String copiableAttributes) The JSON string used to specify a subset of SOP Instances to copy from source to destination image set.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, sdkFieldNameToField, sdkFields
-
Method Details
-
copiableAttributes
The JSON string used to specify a subset of SOP Instances to copy from source to destination image set.
- Parameters:
copiableAttributes
- The JSON string used to specify a subset of SOP Instances to copy from source to destination image set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-