Class CfnEnvironmentActions.Builder
java.lang.Object
software.amazon.awscdk.services.datazone.CfnEnvironmentActions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEnvironmentActions>
- Enclosing class:
CfnEnvironmentActions
@Stability(Stable)
public static final class CfnEnvironmentActions.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEnvironmentActions>
A fluent builder for
CfnEnvironmentActions
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
description
(String description) The description of the Amazon DataZone environment action.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.parameters
(IResolvable parameters) The parameters of the console link specified as part of the environment action.The parameters of the console link specified as part of the environment action.
-
Method Details
-
create
@Stability(Stable) public static CfnEnvironmentActions.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
CfnEnvironmentActions.Builder
.
-
name
The name of the environment action.- Parameters:
name
- The name of the environment action. This parameter is required.- Returns:
this
- See Also:
-
description
The description of the Amazon DataZone environment action.- Parameters:
description
- The description of the Amazon DataZone environment action. This parameter is required.- Returns:
this
- See Also:
-
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 CfnEnvironmentActions.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:
-
parameters
The parameters of the console link specified as part of the environment action.- Parameters:
parameters
- The parameters of the console link specified as part of the environment action. This parameter is required.- Returns:
this
- See Also:
-
parameters
@Stability(Stable) public CfnEnvironmentActions.Builder parameters(CfnEnvironmentActions.AwsConsoleLinkParametersProperty parameters) The parameters of the console link specified as part of the environment action.- Parameters:
parameters
- The parameters of the console link specified as part of the environment action. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnEnvironmentActions>
- Returns:
- a newly built instance of
CfnEnvironmentActions
.
-