Interface SupplementalDataStorageLocation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SupplementalDataStorageLocation.Builder,
,SupplementalDataStorageLocation> SdkBuilder<SupplementalDataStorageLocation.Builder,
,SupplementalDataStorageLocation> SdkPojo
- Enclosing class:
SupplementalDataStorageLocation
@Mutable
@NotThreadSafe
public static interface SupplementalDataStorageLocation.Builder
extends SdkPojo, CopyableBuilder<SupplementalDataStorageLocation.Builder,SupplementalDataStorageLocation>
-
Method Summary
Modifier and TypeMethodDescriptions3Location
(Consumer<S3Location.Builder> s3Location) Contains information about the Amazon S3 location for the extracted images.s3Location
(S3Location s3Location) Contains information about the Amazon S3 location for the extracted images.Specifies the storage service used for this location.Specifies the storage service used for this location.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
-
s3Location
Contains information about the Amazon S3 location for the extracted images.
- Parameters:
s3Location
- Contains information about the Amazon S3 location for the extracted images.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Location
Contains information about the Amazon S3 location for the extracted images.
This is a convenience method that creates an instance of theS3Location.Builder
avoiding the need to create one manually viaS3Location.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3Location(S3Location)
.- Parameters:
s3Location
- a consumer that will call methods onS3Location.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Specifies the storage service used for this location.
- Parameters:
type
- Specifies the storage service used for this location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Specifies the storage service used for this location.
- Parameters:
type
- Specifies the storage service used for this location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-