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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedStorageConfiguration.BuilderfargateEphemeralStorageKmsKeyId(String fargateEphemeralStorageKmsKeyId)Specify the Key Management Service key ID for the Fargate ephemeral storage.ManagedStorageConfiguration.BuilderkmsKeyId(String kmsKeyId)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
kmsKeyId
ManagedStorageConfiguration.Builder kmsKeyId(String 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.
-
-