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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateEnvironmentRequest.Builderdescription(String description)The description to be updated as part of theUpdateEnvironmentaction.UpdateEnvironmentRequest.BuilderdomainIdentifier(String domainIdentifier)The identifier of the domain in which the environment is to be updated.UpdateEnvironmentRequest.BuilderglossaryTerms(String... glossaryTerms)The glossary terms to be updated as part of theUpdateEnvironmentaction.UpdateEnvironmentRequest.BuilderglossaryTerms(Collection<String> glossaryTerms)The glossary terms to be updated as part of theUpdateEnvironmentaction.UpdateEnvironmentRequest.Builderidentifier(String identifier)The identifier of the environment that is to be updated.UpdateEnvironmentRequest.Buildername(String name)The name to be updated as part of theUpdateEnvironmentaction.UpdateEnvironmentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateEnvironmentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
UpdateEnvironmentRequest.Builder description(String 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
UpdateEnvironmentRequest.Builder domainIdentifier(String 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
UpdateEnvironmentRequest.Builder glossaryTerms(Collection<String> 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
UpdateEnvironmentRequest.Builder glossaryTerms(String... 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
UpdateEnvironmentRequest.Builder identifier(String 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
UpdateEnvironmentRequest.Builder name(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-