Interface CopyImageSetInformation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CopyImageSetInformation.Builder,CopyImageSetInformation>,SdkBuilder<CopyImageSetInformation.Builder,CopyImageSetInformation>,SdkPojo
- Enclosing class:
- CopyImageSetInformation
public static interface CopyImageSetInformation.Builder extends SdkPojo, CopyableBuilder<CopyImageSetInformation.Builder,CopyImageSetInformation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CopyImageSetInformation.BuilderdestinationImageSet(Consumer<CopyDestinationImageSet.Builder> destinationImageSet)The destination image set.CopyImageSetInformation.BuilderdestinationImageSet(CopyDestinationImageSet destinationImageSet)The destination image set.default CopyImageSetInformation.BuildersourceImageSet(Consumer<CopySourceImageSetInformation.Builder> sourceImageSet)The source image set.CopyImageSetInformation.BuildersourceImageSet(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, sdkFields
-
-
-
-
Method Detail
-
sourceImageSet
CopyImageSetInformation.Builder sourceImageSet(CopySourceImageSetInformation 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.Builderavoiding the need to create one manually viaCopySourceImageSetInformation.builder().When the
Consumercompletes,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:
sourceImageSet(CopySourceImageSetInformation)
-
destinationImageSet
CopyImageSetInformation.Builder destinationImageSet(CopyDestinationImageSet 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.Builderavoiding the need to create one manually viaCopyDestinationImageSet.builder().When the
Consumercompletes,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:
destinationImageSet(CopyDestinationImageSet)
-
-