Interface CopyImageSetInformation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CopyImageSetInformation.Builder,
,CopyImageSetInformation> SdkBuilder<CopyImageSetInformation.Builder,
,CopyImageSetInformation> SdkPojo
- Enclosing class:
CopyImageSetInformation
@Mutable
@NotThreadSafe
public static interface CopyImageSetInformation.Builder
extends SdkPojo, CopyableBuilder<CopyImageSetInformation.Builder,CopyImageSetInformation>
-
Method Summary
Modifier and TypeMethodDescriptiondefault CopyImageSetInformation.Builder
destinationImageSet
(Consumer<CopyDestinationImageSet.Builder> destinationImageSet) The destination image set.destinationImageSet
(CopyDestinationImageSet destinationImageSet) The destination image set.default CopyImageSetInformation.Builder
sourceImageSet
(Consumer<CopySourceImageSetInformation.Builder> sourceImageSet) The source image set.sourceImageSet
(CopySourceImageSetInformation sourceImageSet) 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
-
sourceImageSet
The source image set.
- Parameters:
sourceImageSet
- The source image set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceImageSet
default CopyImageSetInformation.Builder sourceImageSet(Consumer<CopySourceImageSetInformation.Builder> sourceImageSet) The source image set.
This is a convenience method that creates an instance of theCopySourceImageSetInformation.Builder
avoiding the need to create one manually viaCopySourceImageSetInformation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosourceImageSet(CopySourceImageSetInformation)
.- Parameters:
sourceImageSet
- a consumer that will call methods onCopySourceImageSetInformation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
destinationImageSet
The destination image set.
- Parameters:
destinationImageSet
- The destination image set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationImageSet
default CopyImageSetInformation.Builder destinationImageSet(Consumer<CopyDestinationImageSet.Builder> destinationImageSet) The destination image set.
This is a convenience method that creates an instance of theCopyDestinationImageSet.Builder
avoiding the need to create one manually viaCopyDestinationImageSet.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todestinationImageSet(CopyDestinationImageSet)
.- Parameters:
destinationImageSet
- a consumer that will call methods onCopyDestinationImageSet.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-