public static interface S3Config.Builder extends SdkPojo, CopyableBuilder<S3Config.Builder,S3Config>
| Modifier and Type | Method and Description |
|---|---|
S3Config.Builder |
kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of an Key Management Service (KMS) key.
|
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 |
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Config.Builder path(String path)
The path to an Amazon Simple Storage Service (Amazon S3) bucket or file(s) in an Amazon S3 bucket.
path - The path to an Amazon Simple Storage Service (Amazon S3) bucket or file(s) in an Amazon S3 bucket.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. If you provide a value for the KMSKeyArn key, the role must allow access to
the key.
Passing a role across Amazon Web Services accounts is not allowed. If you pass a role that isn't in your
account, you get an InvalidInputException error.
roleArn - The ARN of the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the
Amazon S3 bucket or files. If you provide a value for the KMSKeyArn key, the role must
allow access to the key.
Passing a role across Amazon Web Services accounts is not allowed. If you pass a role that isn't in
your account, you get an InvalidInputException error.
S3Config.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of an Key Management Service (KMS) key.
kmsKeyArn - The Amazon Resource Name (ARN) of an Key Management Service (KMS) key.Copyright © 2023. All rights reserved.