@Stability(value=Stable) public static final class CfnEnvironmentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnEnvironmentProps>
CfnEnvironmentProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnEnvironmentProps.Builder name(String name)
CfnEnvironmentProps.getName()name - The name of the FinSpace environment. This parameter is required.this@Stability(value=Stable) public CfnEnvironmentProps.Builder dataBundles(List<String> dataBundles)
CfnEnvironmentProps.getDataBundles()dataBundles - The list of Amazon Resource Names (ARN) of the data bundles to install. Currently supported data bundle ARNs:.
arn:aws:finspace:${Region}::data-bundle/capital-markets-sample - Contains sample Capital Markets datasets, categories and controlled vocabularies.arn:aws:finspace:${Region}::data-bundle/taq (default) - Contains trades and quotes data in addition to sample Capital Markets data.this@Stability(value=Stable) public CfnEnvironmentProps.Builder description(String description)
CfnEnvironmentProps.getDescription()description - The description of the FinSpace environment.this@Stability(value=Stable) public CfnEnvironmentProps.Builder federationMode(String federationMode)
CfnEnvironmentProps.getFederationMode()federationMode - The authentication mode for the environment.this@Stability(value=Stable) public CfnEnvironmentProps.Builder federationParameters(CfnEnvironment.FederationParametersProperty federationParameters)
CfnEnvironmentProps.getFederationParameters()federationParameters - Configuration information when authentication mode is FEDERATED.this@Stability(value=Stable) public CfnEnvironmentProps.Builder federationParameters(IResolvable federationParameters)
CfnEnvironmentProps.getFederationParameters()federationParameters - Configuration information when authentication mode is FEDERATED.this@Stability(value=Stable) public CfnEnvironmentProps.Builder kmsKeyId(String kmsKeyId)
CfnEnvironmentProps.getKmsKeyId()kmsKeyId - The KMS key id used to encrypt in the FinSpace environment.this@Stability(value=Stable) public CfnEnvironmentProps.Builder superuserParameters(CfnEnvironment.SuperuserParametersProperty superuserParameters)
CfnEnvironmentProps.getSuperuserParameters()superuserParameters - Configuration information for the superuser.this@Stability(value=Stable) public CfnEnvironmentProps.Builder superuserParameters(IResolvable superuserParameters)
CfnEnvironmentProps.getSuperuserParameters()superuserParameters - Configuration information for the superuser.this@Stability(value=Stable) public CfnEnvironmentProps build()
build in interface software.amazon.jsii.Builder<CfnEnvironmentProps>CfnEnvironmentPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.