Interface EncryptionConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EncryptionConfiguration.Builder,
,EncryptionConfiguration> SdkBuilder<EncryptionConfiguration.Builder,
,EncryptionConfiguration> SdkPojo
- Enclosing class:
EncryptionConfiguration
public static interface EncryptionConfiguration.Builder
extends SdkPojo, CopyableBuilder<EncryptionConfiguration.Builder,EncryptionConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionkmsDataKeyReusePeriodSeconds
(Integer kmsDataKeyReusePeriodSeconds) Maximum duration that Step Functions will reuse data keys.An alias, alias ARN, key ID, or key ARN of a symmetric encryption KMS key to encrypt data.Encryption typetype
(EncryptionType type) Encryption typeMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
kmsKeyId
An alias, alias ARN, key ID, or key ARN of a symmetric encryption KMS key to encrypt data. To specify a KMS key in a different Amazon Web Services account, you must use the key ARN or alias ARN.
- Parameters:
kmsKeyId
- An alias, alias ARN, key ID, or key ARN of a symmetric encryption KMS key to encrypt data. To specify a KMS key in a different Amazon Web Services account, you must use the key ARN or alias ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsDataKeyReusePeriodSeconds
Maximum duration that Step Functions will reuse data keys. When the period expires, Step Functions will call
GenerateDataKey
. Only applies to customer managed keys.- Parameters:
kmsDataKeyReusePeriodSeconds
- Maximum duration that Step Functions will reuse data keys. When the period expires, Step Functions will callGenerateDataKey
. Only applies to customer managed keys.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
Encryption type
- Parameters:
type
- Encryption type- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Encryption type
- Parameters:
type
- Encryption type- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-