Class CfnDomain.Builder

java.lang.Object
software.amazon.awscdk.services.voiceid.CfnDomain.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomain>
Enclosing class:
CfnDomain

@Stability(Stable) public static final class CfnDomain.Builder extends Object implements software.amazon.jsii.Builder<CfnDomain>
A fluent builder for CfnDomain.
  • Method Details

    • create

      @Stability(Stable) public static CfnDomain.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnDomain.Builder.
    • name

      @Stability(Stable) public CfnDomain.Builder name(String name)
      The name for the domain.

      Parameters:
      name - The name for the domain. This parameter is required.
      Returns:
      this
    • serverSideEncryptionConfiguration

      @Stability(Stable) public CfnDomain.Builder serverSideEncryptionConfiguration(CfnDomain.ServerSideEncryptionConfigurationProperty serverSideEncryptionConfiguration)
      The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.

      Parameters:
      serverSideEncryptionConfiguration - The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data. This parameter is required.
      Returns:
      this
    • serverSideEncryptionConfiguration

      @Stability(Stable) public CfnDomain.Builder serverSideEncryptionConfiguration(IResolvable serverSideEncryptionConfiguration)
      The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.

      Parameters:
      serverSideEncryptionConfiguration - The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data. This parameter is required.
      Returns:
      this
    • description

      @Stability(Stable) public CfnDomain.Builder description(String description)
      The description of the domain.

      Parameters:
      description - The description of the domain. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnDomain.Builder tags(List<? extends CfnTag> tags)
      The tags used to organize, track, or control access for this resource.

      Parameters:
      tags - The tags used to organize, track, or control access for this resource. This parameter is required.
      Returns:
      this
    • build

      @Stability(Stable) public CfnDomain build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnDomain>
      Returns:
      a newly built instance of CfnDomain.