public static interface CopyImageSetInformation.Builder extends SdkPojo, CopyableBuilder<CopyImageSetInformation.Builder,CopyImageSetInformation>
| Modifier and Type | Method and Description |
|---|---|
default CopyImageSetInformation.Builder |
destinationImageSet(Consumer<CopyDestinationImageSet.Builder> destinationImageSet)
The destination image set.
|
CopyImageSetInformation.Builder |
destinationImageSet(CopyDestinationImageSet destinationImageSet)
The destination image set.
|
default CopyImageSetInformation.Builder |
sourceImageSet(Consumer<CopySourceImageSetInformation.Builder> sourceImageSet)
The source image set.
|
CopyImageSetInformation.Builder |
sourceImageSet(CopySourceImageSetInformation sourceImageSet)
The source image set.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCopyImageSetInformation.Builder sourceImageSet(CopySourceImageSetInformation sourceImageSet)
The source image set.
sourceImageSet - The source image set.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 via CopySourceImageSetInformation.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to sourceImageSet(CopySourceImageSetInformation).
sourceImageSet - a consumer that will call methods on CopySourceImageSetInformation.BuildersourceImageSet(CopySourceImageSetInformation)CopyImageSetInformation.Builder destinationImageSet(CopyDestinationImageSet destinationImageSet)
The destination image set.
destinationImageSet - The destination image set.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 via CopyDestinationImageSet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to destinationImageSet(CopyDestinationImageSet).
destinationImageSet - a consumer that will call methods on CopyDestinationImageSet.BuilderdestinationImageSet(CopyDestinationImageSet)Copyright © 2023. All rights reserved.