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