public static interface CreateEnvironmentRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentRequest.Builder,CreateEnvironmentRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentRequest.Builder |
description(String description)
The description of the Amazon DataZone environment.
|
CreateEnvironmentRequest.Builder |
domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which the environment is created.
|
CreateEnvironmentRequest.Builder |
environmentProfileIdentifier(String environmentProfileIdentifier)
The identifier of the environment profile that is used to create this Amazon DataZone environment.
|
CreateEnvironmentRequest.Builder |
glossaryTerms(Collection<String> glossaryTerms)
The glossary terms that can be used in this Amazon DataZone environment.
|
CreateEnvironmentRequest.Builder |
glossaryTerms(String... glossaryTerms)
The glossary terms that can be used in this Amazon DataZone environment.
|
CreateEnvironmentRequest.Builder |
name(String name)
The name of the Amazon DataZone environment.
|
CreateEnvironmentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEnvironmentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEnvironmentRequest.Builder |
projectIdentifier(String projectIdentifier)
The identifier of the Amazon DataZone project in which this environment is created.
|
CreateEnvironmentRequest.Builder |
userParameters(Collection<EnvironmentParameter> userParameters)
The user parameters of this Amazon DataZone environment.
|
CreateEnvironmentRequest.Builder |
userParameters(Consumer<EnvironmentParameter.Builder>... userParameters)
The user parameters of this Amazon DataZone environment.
|
CreateEnvironmentRequest.Builder |
userParameters(EnvironmentParameter... userParameters)
The user parameters of this Amazon DataZone environment.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEnvironmentRequest.Builder description(String description)
The description of the Amazon DataZone environment.
description - The description of the Amazon DataZone environment.CreateEnvironmentRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which the environment is created.
domainIdentifier - The identifier of the Amazon DataZone domain in which the environment is created.CreateEnvironmentRequest.Builder environmentProfileIdentifier(String environmentProfileIdentifier)
The identifier of the environment profile that is used to create this Amazon DataZone environment.
environmentProfileIdentifier - The identifier of the environment profile that is used to create this Amazon DataZone environment.CreateEnvironmentRequest.Builder glossaryTerms(Collection<String> glossaryTerms)
The glossary terms that can be used in this Amazon DataZone environment.
glossaryTerms - The glossary terms that can be used in this Amazon DataZone environment.CreateEnvironmentRequest.Builder glossaryTerms(String... glossaryTerms)
The glossary terms that can be used in this Amazon DataZone environment.
glossaryTerms - The glossary terms that can be used in this Amazon DataZone environment.CreateEnvironmentRequest.Builder name(String name)
The name of the Amazon DataZone environment.
name - The name of the Amazon DataZone environment.CreateEnvironmentRequest.Builder projectIdentifier(String projectIdentifier)
The identifier of the Amazon DataZone project in which this environment is created.
projectIdentifier - The identifier of the Amazon DataZone project in which this environment is created.CreateEnvironmentRequest.Builder userParameters(Collection<EnvironmentParameter> userParameters)
The user parameters of this Amazon DataZone environment.
userParameters - The user parameters of this Amazon DataZone environment.CreateEnvironmentRequest.Builder userParameters(EnvironmentParameter... userParameters)
The user parameters of this Amazon DataZone environment.
userParameters - The user parameters of this Amazon DataZone environment.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 via EnvironmentParameter.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #userParameters(List.
userParameters - a consumer that will call methods on
EnvironmentParameter.Builder#userParameters(java.util.Collection) CreateEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.