| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
static S3DataConfig.Builder |
S3DataConfig.builder() |
S3DataConfig.Builder |
S3DataConfig.Builder.kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key that Amazon Personalize uses to
encrypt or decrypt the input and output files.
|
S3DataConfig.Builder |
S3DataConfig.Builder.path(String path)
The file path of the Amazon S3 bucket.
|
S3DataConfig.Builder |
S3DataConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3DataConfig.Builder> |
S3DataConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DatasetExportJobOutput.Builder |
DatasetExportJobOutput.Builder.s3DataDestination(Consumer<S3DataConfig.Builder> s3DataDestination)
Sets the value of the S3DataDestination property for this object.
|
default BatchSegmentJobOutput.Builder |
BatchSegmentJobOutput.Builder.s3DataDestination(Consumer<S3DataConfig.Builder> s3DataDestination)
Sets the value of the S3DataDestination property for this object.
|
default BatchInferenceJobOutput.Builder |
BatchInferenceJobOutput.Builder.s3DataDestination(Consumer<S3DataConfig.Builder> s3DataDestination)
Information on the Amazon S3 bucket in which the batch inference job's output is stored.
|
default BatchSegmentJobInput.Builder |
BatchSegmentJobInput.Builder.s3DataSource(Consumer<S3DataConfig.Builder> s3DataSource)
Sets the value of the S3DataSource property for this object.
|
default BatchInferenceJobInput.Builder |
BatchInferenceJobInput.Builder.s3DataSource(Consumer<S3DataConfig.Builder> s3DataSource)
The URI of the Amazon S3 location that contains your input data.
|
Copyright © 2022. All rights reserved.