Interface AdditionalS3DataSource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AdditionalS3DataSource.Builder,
,AdditionalS3DataSource> SdkBuilder<AdditionalS3DataSource.Builder,
,AdditionalS3DataSource> SdkPojo
- Enclosing class:
AdditionalS3DataSource
@Mutable
@NotThreadSafe
public static interface AdditionalS3DataSource.Builder
extends SdkPojo, CopyableBuilder<AdditionalS3DataSource.Builder,AdditionalS3DataSource>
-
Method Summary
Modifier and TypeMethodDescriptioncompressionType
(String compressionType) The type of compression used for an additional data source used in inference or training.compressionType
(CompressionType compressionType) The type of compression used for an additional data source used in inference or training.The ETag associated with S3 URI.s3DataType
(String s3DataType) The data type of the additional data source that you specify for use in inference or training.s3DataType
(AdditionalS3DataSourceDataType s3DataType) The data type of the additional data source that you specify for use in inference or training.The uniform resource identifier (URI) used to identify an additional data source used in inference or training.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
-
s3DataType
The data type of the additional data source that you specify for use in inference or training.
- Parameters:
s3DataType
- The data type of the additional data source that you specify for use in inference or training.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
s3DataType
The data type of the additional data source that you specify for use in inference or training.
- Parameters:
s3DataType
- The data type of the additional data source that you specify for use in inference or training.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
s3Uri
The uniform resource identifier (URI) used to identify an additional data source used in inference or training.
- Parameters:
s3Uri
- The uniform resource identifier (URI) used to identify an additional data source used in inference or training.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
compressionType
The type of compression used for an additional data source used in inference or training. Specify
None
if your additional data source is not compressed.- Parameters:
compressionType
- The type of compression used for an additional data source used in inference or training. SpecifyNone
if your additional data source is not compressed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
compressionType
The type of compression used for an additional data source used in inference or training. Specify
None
if your additional data source is not compressed.- Parameters:
compressionType
- The type of compression used for an additional data source used in inference or training. SpecifyNone
if your additional data source is not compressed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eTag
The ETag associated with S3 URI.
- Parameters:
eTag
- The ETag associated with S3 URI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-