Interface CopySourceImageSetInformation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CopySourceImageSetInformation.Builder,
,CopySourceImageSetInformation> SdkBuilder<CopySourceImageSetInformation.Builder,
,CopySourceImageSetInformation> SdkPojo
- Enclosing class:
CopySourceImageSetInformation
@Mutable
@NotThreadSafe
public static interface CopySourceImageSetInformation.Builder
extends SdkPojo, CopyableBuilder<CopySourceImageSetInformation.Builder,CopySourceImageSetInformation>
-
Method Summary
Modifier and TypeMethodDescriptiondicomCopies
(Consumer<MetadataCopies.Builder> dicomCopies) ContainsMetadataCopies
structure and wraps information related to specific copy use cases.dicomCopies
(MetadataCopies dicomCopies) ContainsMetadataCopies
structure and wraps information related to specific copy use cases.latestVersionId
(String latestVersionId) The latest version identifier for the source 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
-
latestVersionId
The latest version identifier for the source image set.
- Parameters:
latestVersionId
- The latest version identifier for the source image set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dicomCopies
Contains
MetadataCopies
structure and wraps information related to specific copy use cases. For example, when copying subsets.- Parameters:
dicomCopies
- ContainsMetadataCopies
structure and wraps information related to specific copy use cases. For example, when copying subsets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dicomCopies
default CopySourceImageSetInformation.Builder dicomCopies(Consumer<MetadataCopies.Builder> dicomCopies) Contains
This is a convenience method that creates an instance of theMetadataCopies
structure and wraps information related to specific copy use cases. For example, when copying subsets.MetadataCopies.Builder
avoiding the need to create one manually viaMetadataCopies.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todicomCopies(MetadataCopies)
.- Parameters:
dicomCopies
- a consumer that will call methods onMetadataCopies.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-