| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionConfig.Builder |
EncryptionConfig.builder() |
EncryptionConfig.Builder |
EncryptionConfig.Builder.kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS key.
|
EncryptionConfig.Builder |
EncryptionConfig.Builder.roleArn(String roleArn)
The ARN of the IAM role that Amazon Forecast can assume to access the KMS key.
|
EncryptionConfig.Builder |
EncryptionConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EncryptionConfig.Builder> |
EncryptionConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeDatasetResponse.Builder |
DescribeDatasetResponse.Builder.encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
The Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast
can assume to access the key.
|
default DescribeAutoPredictorResponse.Builder |
DescribeAutoPredictorResponse.Builder.encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
Sets the value of the EncryptionConfig property for this object.
|
default CreateDatasetRequest.Builder |
CreateDatasetRequest.Builder.encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
An Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast
can assume to access the key.
|
default DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
An Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast
can assume to access the key.
|
default CreateAutoPredictorRequest.Builder |
CreateAutoPredictorRequest.Builder.encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
Sets the value of the EncryptionConfig property for this object.
|
default CreatePredictorRequest.Builder |
CreatePredictorRequest.Builder.encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
An Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast
can assume to access the key.
|
Copyright © 2023. All rights reserved.