Class CfnEnvironmentActionsPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnEnvironmentActionsPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEnvironmentActionsPropsMixin>
- Enclosing class:
CfnEnvironmentActionsPropsMixin
@Stability(Stable)
public static final class CfnEnvironmentActionsPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEnvironmentActionsPropsMixin>
A fluent builder for
CfnEnvironmentActionsPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The environment action description.domainIdentifier(String domainIdentifier) The Amazon DataZone domain ID of the environment action.environmentIdentifier(String environmentIdentifier) The environment ID of the environment action.identifier(String identifier) The ID of the environment action.The name of the environment action.The parameters of the environment action.parameters(IResolvable parameters) The parameters of the environment action.
-
Method Details
-
create
@Stability(Stable) public static CfnEnvironmentActionsPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnEnvironmentActionsPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnEnvironmentActionsPropsMixin.Builder.
-
description
The environment action description.- Parameters:
description- The environment action description. This parameter is required.- Returns:
this- See Also:
-
domainIdentifier
@Stability(Stable) public CfnEnvironmentActionsPropsMixin.Builder domainIdentifier(String domainIdentifier) The Amazon DataZone domain ID of the environment action.- Parameters:
domainIdentifier- The Amazon DataZone domain ID of the environment action. This parameter is required.- Returns:
this- See Also:
-
environmentIdentifier
@Stability(Stable) public CfnEnvironmentActionsPropsMixin.Builder environmentIdentifier(String environmentIdentifier) The environment ID of the environment action.- Parameters:
environmentIdentifier- The environment ID of the environment action. This parameter is required.- Returns:
this- See Also:
-
identifier
The ID of the environment action.- Parameters:
identifier- The ID of the environment action. This parameter is required.- Returns:
this- See Also:
-
name
The name of the environment action.- Parameters:
name- The name of the environment action. This parameter is required.- Returns:
this- See Also:
-
parameters
@Stability(Stable) public CfnEnvironmentActionsPropsMixin.Builder parameters(IResolvable parameters) The parameters of the environment action.- Parameters:
parameters- The parameters of the environment action. This parameter is required.- Returns:
this- See Also:
-
parameters
@Stability(Stable) public CfnEnvironmentActionsPropsMixin.Builder parameters(CfnEnvironmentActionsPropsMixin.AwsConsoleLinkParametersProperty parameters) The parameters of the environment action.- Parameters:
parameters- The parameters of the environment action. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEnvironmentActionsPropsMixin>- Returns:
- a newly built instance of
CfnEnvironmentActionsPropsMixin.
-