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