Interface GetImageFrameRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetImageFrameRequest.Builder,
,GetImageFrameRequest> MedicalImagingRequest.Builder
,SdkBuilder<GetImageFrameRequest.Builder,
,GetImageFrameRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetImageFrameRequest
@Mutable
@NotThreadSafe
public static interface GetImageFrameRequest.Builder
extends MedicalImagingRequest.Builder, SdkPojo, CopyableBuilder<GetImageFrameRequest.Builder,GetImageFrameRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondatastoreId
(String datastoreId) The data store identifier.default GetImageFrameRequest.Builder
imageFrameInformation
(Consumer<ImageFrameInformation.Builder> imageFrameInformation) Information about the image frame (pixel data) identifier.imageFrameInformation
(ImageFrameInformation imageFrameInformation) Information about the image frame (pixel data) identifier.imageSetId
(String imageSetId) The image set identifier.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
imageSetId
The image set identifier.
- Parameters:
imageSetId
- The image set identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageFrameInformation
Information about the image frame (pixel data) identifier.
- Parameters:
imageFrameInformation
- Information about the image frame (pixel data) identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageFrameInformation
default GetImageFrameRequest.Builder imageFrameInformation(Consumer<ImageFrameInformation.Builder> imageFrameInformation) Information about the image frame (pixel data) identifier.
This is a convenience method that creates an instance of theImageFrameInformation.Builder
avoiding the need to create one manually viaImageFrameInformation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toimageFrameInformation(ImageFrameInformation)
.- Parameters:
imageFrameInformation
- a consumer that will call methods onImageFrameInformation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GetImageFrameRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetImageFrameRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-