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
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
Specify a Key Management Service key ID to encrypt the managed storage.
- Parameters:
kmsKeyId
- Specify a Key Management Service key ID to encrypt the managed storage.- 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.
- Parameters:
fargateEphemeralStorageKmsKeyId
- Specify the Key Management Service key ID for the Fargate ephemeral storage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-