public static interface UpdateEnvironmentTemplateRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<UpdateEnvironmentTemplateRequest.Builder,UpdateEnvironmentTemplateRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentTemplateRequest.Builder |
description(String description)
A description of the environment template update.
|
UpdateEnvironmentTemplateRequest.Builder |
displayName(String displayName)
The name of the environment template to update as displayed in the developer interface.
|
UpdateEnvironmentTemplateRequest.Builder |
name(String name)
The name of the environment template to update.
|
UpdateEnvironmentTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEnvironmentTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEnvironmentTemplateRequest.Builder description(String description)
A description of the environment template update.
description - A description of the environment template update.UpdateEnvironmentTemplateRequest.Builder displayName(String displayName)
The name of the environment template to update as displayed in the developer interface.
displayName - The name of the environment template to update as displayed in the developer interface.UpdateEnvironmentTemplateRequest.Builder name(String name)
The name of the environment template to update.
name - The name of the environment template to update.UpdateEnvironmentTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEnvironmentTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.