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 Summary
Modifier and TypeMethodDescriptionbuild()static CfnEnvironment.BuilderdataBundles(List<String> dataBundles) Deprecated.this property has been deprecateddescription(String description) The description of the FinSpace environment.federationMode(String federationMode) The authentication mode for the environment.federationParameters(IResolvable federationParameters) Configuration information when authentication mode is FEDERATED.federationParameters(CfnEnvironment.FederationParametersProperty federationParameters) Configuration information when authentication mode is FEDERATED.The KMS key id used to encrypt in the FinSpace environment.The name of the FinSpace environment.superuserParameters(IResolvable superuserParameters) Configuration information for the superuser.superuserParameters(CfnEnvironment.SuperuserParametersProperty superuserParameters) Configuration information for the superuser.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnEnvironment.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnEnvironment.Builder.
-
name
The name of the FinSpace environment.- Parameters:
name- The name of the FinSpace environment. This parameter is required.- Returns:
this- See Also:
-
dataBundles
@Stability(Deprecated) @Deprecated public CfnEnvironment.Builder dataBundles(List<String> dataBundles) Deprecated.this property has been deprecated(deprecated) ARNs of FinSpace Data Bundles to install.- Parameters:
dataBundles- ARNs of FinSpace Data Bundles to install. This parameter is required.- Returns:
this- See Also:
-
description
The description of the FinSpace environment.- Parameters:
description- The description of the FinSpace environment. This parameter is required.- Returns:
this- See Also:
-
federationMode
The authentication mode for the environment.- Parameters:
federationMode- The authentication mode for the environment. This parameter is required.- Returns:
this- See Also:
-
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- See Also:
-
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- See Also:
-
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- See Also:
-
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- See Also:
-
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- See Also:
-
tags
An array of key-value pairs to apply to this resource.- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEnvironment>- Returns:
- a newly built instance of
CfnEnvironment.
-