Interface UpdateEnvironmentTemplateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateEnvironmentTemplateRequest.Builder,UpdateEnvironmentTemplateRequest>,ProtonRequest.Builder,SdkBuilder<UpdateEnvironmentTemplateRequest.Builder,UpdateEnvironmentTemplateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateEnvironmentTemplateRequest
public static interface UpdateEnvironmentTemplateRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<UpdateEnvironmentTemplateRequest.Builder,UpdateEnvironmentTemplateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateEnvironmentTemplateRequest.Builderdescription(String description)A description of the environment template update.UpdateEnvironmentTemplateRequest.BuilderdisplayName(String displayName)The name of the environment template to update as displayed in the developer interface.UpdateEnvironmentTemplateRequest.Buildername(String name)The name of the environment template to update.UpdateEnvironmentTemplateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateEnvironmentTemplateRequest.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.proton.model.ProtonRequest.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
UpdateEnvironmentTemplateRequest.Builder description(String description)
A description of the environment template update.
- Parameters:
description- A description of the environment template update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
UpdateEnvironmentTemplateRequest.Builder displayName(String displayName)
The name of the environment template to update as displayed in the developer interface.
- Parameters:
displayName- The name of the environment template to update as displayed in the developer interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateEnvironmentTemplateRequest.Builder name(String name)
The name of the environment template to update.
- Parameters:
name- The name of the environment template to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateEnvironmentTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateEnvironmentTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-