Class CfnEnvironmentActionsMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnEnvironmentActionsMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEnvironmentActionsMixinProps>
- Enclosing interface:
CfnEnvironmentActionsMixinProps
@Stability(Stable)
public static final class CfnEnvironmentActionsMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEnvironmentActionsMixinProps>
A builder for
CfnEnvironmentActionsMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnEnvironmentActionsMixinProps.getDescription()domainIdentifier(String domainIdentifier) Sets the value ofCfnEnvironmentActionsMixinProps.getDomainIdentifier()environmentIdentifier(String environmentIdentifier) Sets the value ofCfnEnvironmentActionsMixinProps.getEnvironmentIdentifier()identifier(String identifier) Sets the value ofCfnEnvironmentActionsMixinProps.getIdentifier()Sets the value ofCfnEnvironmentActionsMixinProps.getName()Sets the value ofCfnEnvironmentActionsMixinProps.getParameters()parameters(IResolvable parameters) Sets the value ofCfnEnvironmentActionsMixinProps.getParameters()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnEnvironmentActionsMixinProps.getDescription()- Parameters:
description- The environment action description.- Returns:
this
-
domainIdentifier
@Stability(Stable) public CfnEnvironmentActionsMixinProps.Builder domainIdentifier(String domainIdentifier) Sets the value ofCfnEnvironmentActionsMixinProps.getDomainIdentifier()- Parameters:
domainIdentifier- The Amazon DataZone domain ID of the environment action.- Returns:
this
-
environmentIdentifier
@Stability(Stable) public CfnEnvironmentActionsMixinProps.Builder environmentIdentifier(String environmentIdentifier) Sets the value ofCfnEnvironmentActionsMixinProps.getEnvironmentIdentifier()- Parameters:
environmentIdentifier- The environment ID of the environment action.- Returns:
this
-
identifier
Sets the value ofCfnEnvironmentActionsMixinProps.getIdentifier()- Parameters:
identifier- The ID of the environment action.- Returns:
this
-
name
Sets the value ofCfnEnvironmentActionsMixinProps.getName()- Parameters:
name- The name of the environment action.- Returns:
this
-
parameters
@Stability(Stable) public CfnEnvironmentActionsMixinProps.Builder parameters(IResolvable parameters) Sets the value ofCfnEnvironmentActionsMixinProps.getParameters()- Parameters:
parameters- The parameters of the environment action.- Returns:
this
-
parameters
@Stability(Stable) public CfnEnvironmentActionsMixinProps.Builder parameters(CfnEnvironmentActionsPropsMixin.AwsConsoleLinkParametersProperty parameters) Sets the value ofCfnEnvironmentActionsMixinProps.getParameters()- Parameters:
parameters- The parameters of the environment action.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEnvironmentActionsMixinProps>- Returns:
- a new instance of
CfnEnvironmentActionsMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-