Interface UpdateEnvironmentRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateEnvironmentRequest.Builder,,UpdateEnvironmentRequest> DataZoneRequest.Builder,SdkBuilder<UpdateEnvironmentRequest.Builder,,UpdateEnvironmentRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateEnvironmentRequest
public static interface UpdateEnvironmentRequest.Builder
extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<UpdateEnvironmentRequest.Builder,UpdateEnvironmentRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description to be updated as part of theUpdateEnvironmentaction.domainIdentifier(String domainIdentifier) The identifier of the domain in which the environment is to be updated.glossaryTerms(String... glossaryTerms) The glossary terms to be updated as part of theUpdateEnvironmentaction.glossaryTerms(Collection<String> glossaryTerms) The glossary terms to be updated as part of theUpdateEnvironmentaction.identifier(String identifier) The identifier of the environment that is to be updated.The name to be updated as part of theUpdateEnvironmentaction.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
description
The description to be updated as part of the
UpdateEnvironmentaction.- Parameters:
description- The description to be updated as part of theUpdateEnvironmentaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
The identifier of the domain in which the environment is to be updated.
- Parameters:
domainIdentifier- The identifier of the domain in which the environment is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
The glossary terms to be updated as part of the
UpdateEnvironmentaction.- Parameters:
glossaryTerms- The glossary terms to be updated as part of theUpdateEnvironmentaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
The glossary terms to be updated as part of the
UpdateEnvironmentaction.- Parameters:
glossaryTerms- The glossary terms to be updated as part of theUpdateEnvironmentaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
The identifier of the environment that is to be updated.
- Parameters:
identifier- The identifier of the environment that is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name to be updated as part of the
UpdateEnvironmentaction.- Parameters:
name- The name to be updated as part of theUpdateEnvironmentaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-