Class EnvironmentActionsReference.Builder
java.lang.Object
software.amazon.awscdk.services.datazone.EnvironmentActionsReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<EnvironmentActionsReference>
- Enclosing interface:
EnvironmentActionsReference
@Stability(Stable)
public static final class EnvironmentActionsReference.Builder
extends Object
implements software.amazon.jsii.Builder<EnvironmentActionsReference>
A builder for
EnvironmentActionsReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofEnvironmentActionsReference.getDomainId()
environmentActionsId
(String environmentActionsId) Sets the value ofEnvironmentActionsReference.getEnvironmentActionsId()
environmentId
(String environmentId) Sets the value ofEnvironmentActionsReference.getEnvironmentId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
domainId
Sets the value ofEnvironmentActionsReference.getDomainId()
- Parameters:
domainId
- The DomainId of the EnvironmentActions resource. This parameter is required.- Returns:
this
-
environmentActionsId
@Stability(Stable) public EnvironmentActionsReference.Builder environmentActionsId(String environmentActionsId) Sets the value ofEnvironmentActionsReference.getEnvironmentActionsId()
- Parameters:
environmentActionsId
- The Id of the EnvironmentActions resource. This parameter is required.- Returns:
this
-
environmentId
Sets the value ofEnvironmentActionsReference.getEnvironmentId()
- Parameters:
environmentId
- The EnvironmentId of the EnvironmentActions resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<EnvironmentActionsReference>
- Returns:
- a new instance of
EnvironmentActionsReference
- Throws:
NullPointerException
- if any required attribute was not provided
-