Uses of Interface
software.amazon.awssdk.services.forecast.model.S3Config.Builder
-
Packages that use S3Config.Builder Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of S3Config.Builder in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return S3Config.Builder Modifier and Type Method Description static S3Config.BuilderS3Config. builder()S3Config.BuilderS3Config.Builder. kmsKeyArn(String kmsKeyArn)The Amazon Resource Name (ARN) of an Key Management Service (KMS) key.S3Config.BuilderS3Config.Builder. path(String path)The path to an Amazon Simple Storage Service (Amazon S3) bucket or file(s) in an Amazon S3 bucket.S3Config.BuilderS3Config.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.BuilderS3Config. toBuilder()Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type S3Config.Builder Modifier and Type Method Description static Class<? extends S3Config.Builder>S3Config. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type S3Config.Builder Modifier and Type Method Description default DataDestination.BuilderDataDestination.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 DataSource.BuilderDataSource.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.default TimeSeriesReplacementsDataSource.BuilderTimeSeriesReplacementsDataSource.Builder. s3Config(Consumer<S3Config.Builder> s3Config)Sets the value of the S3Config property for this object.
-