Interface ManagedStorageConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ManagedStorageConfiguration.Builder,,ManagedStorageConfiguration> SdkBuilder<ManagedStorageConfiguration.Builder,,ManagedStorageConfiguration> SdkPojo
- Enclosing class:
 ManagedStorageConfiguration
public static interface ManagedStorageConfiguration.Builder
extends SdkPojo, CopyableBuilder<ManagedStorageConfiguration.Builder,ManagedStorageConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionfargateEphemeralStorageKmsKeyId(String fargateEphemeralStorageKmsKeyId) Specify the Key Management Service key ID for the Fargate ephemeral storage.Specify a Key Management Service key ID to encrypt the managed storage.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
kmsKeyId
Specify a Key Management Service key ID to encrypt the managed storage.
The key must be a single Region key.
- Parameters:
 kmsKeyId- Specify a Key Management Service key ID to encrypt the managed storage.The key must be a single Region key.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
fargateEphemeralStorageKmsKeyId
ManagedStorageConfiguration.Builder fargateEphemeralStorageKmsKeyId(String fargateEphemeralStorageKmsKeyId) Specify the Key Management Service key ID for the Fargate ephemeral storage.
The key must be a single Region key.
- Parameters:
 fargateEphemeralStorageKmsKeyId- Specify the Key Management Service key ID for the Fargate ephemeral storage.The key must be a single Region key.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -