Interface CreateEnvironmentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateEnvironmentRequest.Builder,CreateEnvironmentRequest>,DataZoneRequest.Builder,SdkBuilder<CreateEnvironmentRequest.Builder,CreateEnvironmentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateEnvironmentRequest
public static interface CreateEnvironmentRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentRequest.Builder,CreateEnvironmentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateEnvironmentRequest.Builderdescription(String description)The description of the Amazon DataZone environment.CreateEnvironmentRequest.BuilderdomainIdentifier(String domainIdentifier)The identifier of the Amazon DataZone domain in which the environment is created.CreateEnvironmentRequest.BuilderenvironmentAccountIdentifier(String environmentAccountIdentifier)The ID of the account in which the environment is being created.CreateEnvironmentRequest.BuilderenvironmentAccountRegion(String environmentAccountRegion)The region of the account in which the environment is being created.CreateEnvironmentRequest.BuilderenvironmentBlueprintIdentifier(String environmentBlueprintIdentifier)The ID of the blueprint with which the environment is being created.CreateEnvironmentRequest.BuilderenvironmentProfileIdentifier(String environmentProfileIdentifier)The identifier of the environment profile that is used to create this Amazon DataZone environment.CreateEnvironmentRequest.BuilderglossaryTerms(String... glossaryTerms)The glossary terms that can be used in this Amazon DataZone environment.CreateEnvironmentRequest.BuilderglossaryTerms(Collection<String> glossaryTerms)The glossary terms that can be used in this Amazon DataZone environment.CreateEnvironmentRequest.Buildername(String name)The name of the Amazon DataZone environment.CreateEnvironmentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateEnvironmentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateEnvironmentRequest.BuilderprojectIdentifier(String projectIdentifier)The identifier of the Amazon DataZone project in which this environment is created.CreateEnvironmentRequest.BuilderuserParameters(Collection<EnvironmentParameter> userParameters)The user parameters of this Amazon DataZone environment.CreateEnvironmentRequest.BuilderuserParameters(Consumer<EnvironmentParameter.Builder>... userParameters)The user parameters of this Amazon DataZone environment.CreateEnvironmentRequest.BuilderuserParameters(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, sdkFields
-
-
-
-
Method Detail
-
description
CreateEnvironmentRequest.Builder description(String 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
CreateEnvironmentRequest.Builder domainIdentifier(String 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
CreateEnvironmentRequest.Builder environmentAccountIdentifier(String 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
CreateEnvironmentRequest.Builder environmentAccountRegion(String 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.
-
environmentProfileIdentifier
CreateEnvironmentRequest.Builder environmentProfileIdentifier(String 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
CreateEnvironmentRequest.Builder glossaryTerms(Collection<String> 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
CreateEnvironmentRequest.Builder glossaryTerms(String... 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
CreateEnvironmentRequest.Builder name(String 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
CreateEnvironmentRequest.Builder projectIdentifier(String 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
CreateEnvironmentRequest.Builder userParameters(Collection<EnvironmentParameter> 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(EnvironmentParameter... 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.Builderavoiding the need to create one manually viaEnvironmentParameter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#userParameters(List.) - 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:
#userParameters(java.util.Collection)
-
overrideConfiguration
CreateEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-