Interface ImageSetsMetadataSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ImageSetsMetadataSummary.Builder,
,ImageSetsMetadataSummary> SdkBuilder<ImageSetsMetadataSummary.Builder,
,ImageSetsMetadataSummary> SdkPojo
- Enclosing class:
ImageSetsMetadataSummary
@Mutable
@NotThreadSafe
public static interface ImageSetsMetadataSummary.Builder
extends SdkPojo, CopyableBuilder<ImageSetsMetadataSummary.Builder,ImageSetsMetadataSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe time an image set is created.default ImageSetsMetadataSummary.Builder
dicomTags
(Consumer<DICOMTags.Builder> dicomTags) The DICOM tags associated with the image set.The DICOM tags associated with the image set.imageSetId
(String imageSetId) The image set identifier.The flag to determine whether the image set is primary or not.The time an image set was last updated.The image set version.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
-
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.
-
version
The image set version.
- Parameters:
version
- The image set version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time an image set is created. Sample creation date is provided in
1985-04-12T23:20:50.52Z
format.- Parameters:
createdAt
- The time an image set is created. Sample creation date is provided in1985-04-12T23:20:50.52Z
format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The time an image set was last updated.
- Parameters:
updatedAt
- The time an image set was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dicomTags
The DICOM tags associated with the image set.
- Parameters:
dicomTags
- The DICOM tags associated with the image set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dicomTags
The DICOM tags associated with the image set.
This is a convenience method that creates an instance of theDICOMTags.Builder
avoiding the need to create one manually viaDICOMTags.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todicomTags(DICOMTags)
.- Parameters:
dicomTags
- a consumer that will call methods onDICOMTags.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
isPrimary
The flag to determine whether the image set is primary or not.
- Parameters:
isPrimary
- The flag to determine whether the image set is primary or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-