Interface CopyImageSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CopyImageSetRequest.Builder,CopyImageSetRequest>,MedicalImagingRequest.Builder,SdkBuilder<CopyImageSetRequest.Builder,CopyImageSetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CopyImageSetRequest
public static interface CopyImageSetRequest.Builder extends MedicalImagingRequest.Builder, SdkPojo, CopyableBuilder<CopyImageSetRequest.Builder,CopyImageSetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CopyImageSetRequest.BuildercopyImageSetInformation(Consumer<CopyImageSetInformation.Builder> copyImageSetInformation)Copy image set information.CopyImageSetRequest.BuildercopyImageSetInformation(CopyImageSetInformation copyImageSetInformation)Copy image set information.CopyImageSetRequest.BuilderdatastoreId(String datastoreId)The data store identifier.CopyImageSetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CopyImageSetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CopyImageSetRequest.BuildersourceImageSetId(String sourceImageSetId)The source image set identifier.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.medicalimaging.model.MedicalImagingRequest.Builder
build
-
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
-
datastoreId
CopyImageSetRequest.Builder datastoreId(String datastoreId)
The data store identifier.
- Parameters:
datastoreId- The data store identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceImageSetId
CopyImageSetRequest.Builder sourceImageSetId(String sourceImageSetId)
The source image set identifier.
- Parameters:
sourceImageSetId- The source image set identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
copyImageSetInformation
CopyImageSetRequest.Builder copyImageSetInformation(CopyImageSetInformation copyImageSetInformation)
Copy image set information.
- Parameters:
copyImageSetInformation- Copy image set information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
copyImageSetInformation
default CopyImageSetRequest.Builder copyImageSetInformation(Consumer<CopyImageSetInformation.Builder> copyImageSetInformation)
Copy image set information.
This is a convenience method that creates an instance of theCopyImageSetInformation.Builderavoiding the need to create one manually viaCopyImageSetInformation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocopyImageSetInformation(CopyImageSetInformation).- Parameters:
copyImageSetInformation- a consumer that will call methods onCopyImageSetInformation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
copyImageSetInformation(CopyImageSetInformation)
-
overrideConfiguration
CopyImageSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CopyImageSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-