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 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.