Class CfnEnvironment.Builder

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

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

    • create

      @Stability(Stable) public static CfnEnvironment.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 CfnEnvironment.Builder.
    • name

      @Stability(Stable) public CfnEnvironment.Builder name(String name)
      The name of the FinSpace environment.

      Parameters:
      name - The name of the FinSpace environment. This parameter is required.
      Returns:
      this
    • description

      @Stability(Stable) public CfnEnvironment.Builder description(String description)
      The description of the FinSpace environment.

      Parameters:
      description - The description of the FinSpace environment. This parameter is required.
      Returns:
      this
    • federationMode

      @Stability(Stable) public CfnEnvironment.Builder federationMode(String federationMode)
      The authentication mode for the environment.

      Parameters:
      federationMode - The authentication mode for the environment. This parameter is required.
      Returns:
      this
    • federationParameters

      @Stability(Stable) public CfnEnvironment.Builder federationParameters(CfnEnvironment.FederationParametersProperty federationParameters)
      Configuration information when authentication mode is FEDERATED.

      Parameters:
      federationParameters - Configuration information when authentication mode is FEDERATED. This parameter is required.
      Returns:
      this
    • federationParameters

      @Stability(Stable) public CfnEnvironment.Builder federationParameters(IResolvable federationParameters)
      Configuration information when authentication mode is FEDERATED.

      Parameters:
      federationParameters - Configuration information when authentication mode is FEDERATED. This parameter is required.
      Returns:
      this
    • kmsKeyId

      @Stability(Stable) public CfnEnvironment.Builder kmsKeyId(String kmsKeyId)
      The KMS key id used to encrypt in the FinSpace environment.

      Parameters:
      kmsKeyId - The KMS key id used to encrypt in the FinSpace environment. This parameter is required.
      Returns:
      this
    • superuserParameters

      @Stability(Stable) public CfnEnvironment.Builder superuserParameters(IResolvable superuserParameters)
      Configuration information for the superuser.

      Parameters:
      superuserParameters - Configuration information for the superuser. This parameter is required.
      Returns:
      this
    • superuserParameters

      @Stability(Stable) public CfnEnvironment.Builder superuserParameters(CfnEnvironment.SuperuserParametersProperty superuserParameters)
      Configuration information for the superuser.

      Parameters:
      superuserParameters - Configuration information for the superuser. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnEnvironment.Builder tags(List<? extends CfnTag> tags)
      AWS::FinSpace::Environment.Tags.

      Parameters:
      tags - AWS::FinSpace::Environment.Tags. This parameter is required.
      Returns:
      this
    • build

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