public static interface UpdateEnvironmentRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<UpdateEnvironmentRequest.Builder,UpdateEnvironmentRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentRequest.Builder |
description(String description)
The description to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentRequest.Builder |
domainIdentifier(String domainIdentifier)
The identifier of the domain in which the environment is to be updated.
|
UpdateEnvironmentRequest.Builder |
glossaryTerms(Collection<String> glossaryTerms)
The glossary terms to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentRequest.Builder |
glossaryTerms(String... glossaryTerms)
The glossary terms to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentRequest.Builder |
identifier(String identifier)
The identifier of the environment that is to be updated.
|
UpdateEnvironmentRequest.Builder |
name(String name)
The name to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEnvironmentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEnvironmentRequest.Builder description(String description)
The description to be updated as part of the UpdateEnvironment action.
description - The description to be updated as part of the UpdateEnvironment action.UpdateEnvironmentRequest.Builder domainIdentifier(String domainIdentifier)
The identifier of the domain in which the environment is to be updated.
domainIdentifier - The identifier of the domain in which the environment is to be updated.UpdateEnvironmentRequest.Builder glossaryTerms(Collection<String> glossaryTerms)
The glossary terms to be updated as part of the UpdateEnvironment action.
glossaryTerms - The glossary terms to be updated as part of the UpdateEnvironment action.UpdateEnvironmentRequest.Builder glossaryTerms(String... glossaryTerms)
The glossary terms to be updated as part of the UpdateEnvironment action.
glossaryTerms - The glossary terms to be updated as part of the UpdateEnvironment action.UpdateEnvironmentRequest.Builder identifier(String identifier)
The identifier of the environment that is to be updated.
identifier - The identifier of the environment that is to be updated.UpdateEnvironmentRequest.Builder name(String name)
The name to be updated as part of the UpdateEnvironment action.
name - The name to be updated as part of the UpdateEnvironment action.UpdateEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.