Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateConfigurationTemplateRequest.Builder,UpdateConfigurationTemplateRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateConfigurationTemplateRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateConfigurationTemplateRequest.Builder,UpdateConfigurationTemplateRequest>
The result message containing the options for the specified solution stack.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateConfigurationTemplateRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
The name of the application associated with the configuration template to update.
|
static UpdateConfigurationTemplateRequest.Builder |
builder() |
|
String |
description() |
A new description for the configuration.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<ConfigurationOptionSetting> |
optionSettings() |
A list of configuration option settings to update with the new specified option value.
|
List<OptionSpecification> |
optionsToRemove() |
A list of configuration options to remove from the configuration set.
|
static Class<? extends UpdateConfigurationTemplateRequest.Builder> |
serializableBuilderClass() |
|
String |
templateName() |
The name of the configuration template to update.
|
UpdateConfigurationTemplateRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String applicationName()
The name of the application associated with the configuration template to update.
If no application is found with this name, UpdateConfigurationTemplate
returns an
InvalidParameterValue
error.
If no application is found with this name, UpdateConfigurationTemplate
returns an
InvalidParameterValue
error.
public String templateName()
The name of the configuration template to update.
If no configuration template is found with this name, UpdateConfigurationTemplate
returns an
InvalidParameterValue
error.
If no configuration template is found with this name, UpdateConfigurationTemplate
returns an
InvalidParameterValue
error.
public String description()
A new description for the configuration.
public List<ConfigurationOptionSetting> optionSettings()
A list of configuration option settings to update with the new specified option value.
public List<OptionSpecification> optionsToRemove()
A list of configuration options to remove from the configuration set.
Constraint: You can remove only UserDefined
configuration options.
Constraint: You can remove only UserDefined
configuration options.
public UpdateConfigurationTemplateRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateConfigurationTemplateRequest.Builder,UpdateConfigurationTemplateRequest>
public static UpdateConfigurationTemplateRequest.Builder builder()
public static Class<? extends UpdateConfigurationTemplateRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.