| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
static S3Config.Builder |
S3Config.builder() |
S3Config.Builder |
S3Config.Builder.kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of an Key Management Service (KMS) key.
|
S3Config.Builder |
S3Config.Builder.path(String path)
The path to an Amazon Simple Storage Service (Amazon S3) bucket or file(s) in an Amazon S3 bucket.
|
S3Config.Builder |
S3Config.Builder.roleArn(String roleArn)
The ARN of the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the Amazon
S3 bucket or files.
|
S3Config.Builder |
S3Config.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Config.Builder> |
S3Config.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DataDestination.Builder |
DataDestination.Builder.s3Config(Consumer<S3Config.Builder> s3Config)
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the
bucket.
|
default TimeSeriesReplacementsDataSource.Builder |
TimeSeriesReplacementsDataSource.Builder.s3Config(Consumer<S3Config.Builder> s3Config)
Sets the value of the S3Config property for this object.
|
default DataSource.Builder |
DataSource.Builder.s3Config(Consumer<S3Config.Builder> s3Config)
The path to the data stored in an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials
to access the data.
|
Copyright © 2023. All rights reserved.