CreateConfigurationTemplateResponse.Builder |
CreateConfigurationTemplateResponse.Builder.applicationName(String applicationName) |
The name of the application associated with this configuration set.
|
static CreateConfigurationTemplateResponse.Builder |
CreateConfigurationTemplateResponse.builder() |
|
CreateConfigurationTemplateResponse.Builder |
CreateConfigurationTemplateResponse.Builder.dateCreated(Instant dateCreated) |
The date (in UTC time) when this configuration set was created.
|
CreateConfigurationTemplateResponse.Builder |
CreateConfigurationTemplateResponse.Builder.dateUpdated(Instant dateUpdated) |
The date (in UTC time) when this configuration set was last modified.
|
CreateConfigurationTemplateResponse.Builder |
CreateConfigurationTemplateResponse.Builder.deploymentStatus(String deploymentStatus) |
If this configuration set is associated with an environment, the DeploymentStatus parameter
indicates the deployment status of this configuration set:
|
CreateConfigurationTemplateResponse.Builder |
CreateConfigurationTemplateResponse.Builder.deploymentStatus(ConfigurationDeploymentStatus deploymentStatus) |
If this configuration set is associated with an environment, the DeploymentStatus parameter
indicates the deployment status of this configuration set:
|
CreateConfigurationTemplateResponse.Builder |
CreateConfigurationTemplateResponse.Builder.description(String description) |
Describes this configuration set.
|
CreateConfigurationTemplateResponse.Builder |
CreateConfigurationTemplateResponse.Builder.environmentName(String environmentName) |
If not null, the name of the environment for this configuration set.
|
CreateConfigurationTemplateResponse.Builder |
CreateConfigurationTemplateResponse.Builder.optionSettings(Collection<ConfigurationOptionSetting> optionSettings) |
A list of the configuration options and their values in this configuration set.
|
CreateConfigurationTemplateResponse.Builder |
CreateConfigurationTemplateResponse.Builder.optionSettings(Consumer<ConfigurationOptionSetting.Builder>... optionSettings) |
A list of the configuration options and their values in this configuration set.
|
CreateConfigurationTemplateResponse.Builder |
CreateConfigurationTemplateResponse.Builder.optionSettings(ConfigurationOptionSetting... optionSettings) |
A list of the configuration options and their values in this configuration set.
|
CreateConfigurationTemplateResponse.Builder |
CreateConfigurationTemplateResponse.Builder.platformArn(String platformArn) |
The ARN of the platform version.
|
CreateConfigurationTemplateResponse.Builder |
CreateConfigurationTemplateResponse.Builder.solutionStackName(String solutionStackName) |
The name of the solution stack this configuration set uses.
|
CreateConfigurationTemplateResponse.Builder |
CreateConfigurationTemplateResponse.Builder.templateName(String templateName) |
If not null, the name of the configuration template for this configuration set.
|
CreateConfigurationTemplateResponse.Builder |
CreateConfigurationTemplateResponse.toBuilder() |
|