Interface UpdateEnvironmentTemplateRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateEnvironmentTemplateRequest.Builder,,- UpdateEnvironmentTemplateRequest> - ProtonRequest.Builder,- SdkBuilder<UpdateEnvironmentTemplateRequest.Builder,,- UpdateEnvironmentTemplateRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateEnvironmentTemplateRequest
@Mutable
@NotThreadSafe
public static interface UpdateEnvironmentTemplateRequest.Builder
extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<UpdateEnvironmentTemplateRequest.Builder,UpdateEnvironmentTemplateRequest> 
- 
Method SummaryModifier and TypeMethodDescriptiondescription(String description) A description of the environment template update.displayName(String displayName) The name of the environment template to update as displayed in the developer interface.The name of the environment template to update.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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.proton.model.ProtonRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
descriptionA 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.
 
- 
displayNameThe 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.
 
- 
nameThe 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.
 
- 
overrideConfigurationUpdateEnvironmentTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateEnvironmentTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-