Interface CreateEnvironmentRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateEnvironmentRequest.Builder,
,CreateEnvironmentRequest> DataZoneRequest.Builder
,SdkBuilder<CreateEnvironmentRequest.Builder,
,CreateEnvironmentRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateEnvironmentRequest
-
Method Summary
Modifier and TypeMethodDescriptiondeploymentOrder
(Integer deploymentOrder) The deployment order of the environment.description
(String description) The description of the Amazon DataZone environment.domainIdentifier
(String domainIdentifier) The identifier of the Amazon DataZone domain in which the environment is created.environmentAccountIdentifier
(String environmentAccountIdentifier) The ID of the account in which the environment is being created.environmentAccountRegion
(String environmentAccountRegion) The region of the account in which the environment is being created.environmentBlueprintIdentifier
(String environmentBlueprintIdentifier) The ID of the blueprint with which the environment is being created.environmentConfigurationId
(String environmentConfigurationId) The configuration ID of the environment.environmentProfileIdentifier
(String environmentProfileIdentifier) The identifier of the environment profile that is used to create this Amazon DataZone environment.glossaryTerms
(String... glossaryTerms) The glossary terms that can be used in this Amazon DataZone environment.glossaryTerms
(Collection<String> glossaryTerms) The glossary terms that can be used in this Amazon DataZone environment.The name of the Amazon DataZone environment.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.projectIdentifier
(String projectIdentifier) The identifier of the Amazon DataZone project in which this environment is created.userParameters
(Collection<EnvironmentParameter> userParameters) The user parameters of this Amazon DataZone environment.userParameters
(Consumer<EnvironmentParameter.Builder>... userParameters) The user parameters of this Amazon DataZone environment.userParameters
(EnvironmentParameter... userParameters) The user parameters of this Amazon DataZone environment.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
deploymentOrder
The deployment order of the environment.
- Parameters:
deploymentOrder
- The deployment order of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the Amazon DataZone environment.
- Parameters:
description
- The description of the Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
The identifier of the Amazon DataZone domain in which the environment is created.
- Parameters:
domainIdentifier
- The identifier of the Amazon DataZone domain in which the environment is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentAccountIdentifier
The ID of the account in which the environment is being created.
- Parameters:
environmentAccountIdentifier
- The ID of the account in which the environment is being created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentAccountRegion
The region of the account in which the environment is being created.
- Parameters:
environmentAccountRegion
- The region of the account in which the environment is being created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentBlueprintIdentifier
CreateEnvironmentRequest.Builder environmentBlueprintIdentifier(String environmentBlueprintIdentifier) The ID of the blueprint with which the environment is being created.
- Parameters:
environmentBlueprintIdentifier
- The ID of the blueprint with which the environment is being created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentConfigurationId
The configuration ID of the environment.
- Parameters:
environmentConfigurationId
- The configuration ID of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentProfileIdentifier
The identifier of the environment profile that is used to create this Amazon DataZone environment.
- Parameters:
environmentProfileIdentifier
- The identifier of the environment profile that is used to create this Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
The glossary terms that can be used in this Amazon DataZone environment.
- Parameters:
glossaryTerms
- The glossary terms that can be used in this Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
The glossary terms that can be used in this Amazon DataZone environment.
- Parameters:
glossaryTerms
- The glossary terms that can be used in this Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the Amazon DataZone environment.
- Parameters:
name
- The name of the Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectIdentifier
The identifier of the Amazon DataZone project in which this environment is created.
- Parameters:
projectIdentifier
- The identifier of the Amazon DataZone project in which this environment is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
The user parameters of this Amazon DataZone environment.
- Parameters:
userParameters
- The user parameters of this Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
The user parameters of this Amazon DataZone environment.
- Parameters:
userParameters
- The user parameters of this Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
CreateEnvironmentRequest.Builder userParameters(Consumer<EnvironmentParameter.Builder>... userParameters) The user parameters of this Amazon DataZone environment.
This is a convenience method that creates an instance of theEnvironmentParameter.Builder
avoiding the need to create one manually viaEnvironmentParameter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed touserParameters(List<EnvironmentParameter>)
.- Parameters:
userParameters
- a consumer that will call methods onEnvironmentParameter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-