Interface CreateConfigurationTemplateResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateConfigurationTemplateResponse.Builder,CreateConfigurationTemplateResponse>, ElasticBeanstalkResponse.Builder, SdkBuilder<CreateConfigurationTemplateResponse.Builder,CreateConfigurationTemplateResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateConfigurationTemplateResponse

  • Method Details

    • solutionStackName

      CreateConfigurationTemplateResponse.Builder solutionStackName(String solutionStackName)

      The name of the solution stack this configuration set uses.

      Parameters:
      solutionStackName - The name of the solution stack this configuration set uses.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • platformArn

      The ARN of the platform version.

      Parameters:
      platformArn - The ARN of the platform version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationName

      CreateConfigurationTemplateResponse.Builder applicationName(String applicationName)

      The name of the application associated with this configuration set.

      Parameters:
      applicationName - The name of the application associated with this configuration set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateName

      If not null, the name of the configuration template for this configuration set.

      Parameters:
      templateName - If not null, the name of the configuration template for this configuration set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      Describes this configuration set.

      Parameters:
      description - Describes this configuration set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environmentName

      CreateConfigurationTemplateResponse.Builder environmentName(String environmentName)

      If not null, the name of the environment for this configuration set.

      Parameters:
      environmentName - If not null, the name of the environment for this configuration set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deploymentStatus

      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:

      • null: This configuration is not associated with a running environment.

      • pending: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying.

      • deployed: This is the configuration that is currently deployed to the associated running environment.

      • failed: This is a draft configuration that failed to successfully deploy.

      Parameters:
      deploymentStatus - If this configuration set is associated with an environment, the DeploymentStatus parameter indicates the deployment status of this configuration set:

      • null: This configuration is not associated with a running environment.

      • pending: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying.

      • deployed: This is the configuration that is currently deployed to the associated running environment.

      • failed: This is a draft configuration that failed to successfully deploy.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • deploymentStatus

      If this configuration set is associated with an environment, the DeploymentStatus parameter indicates the deployment status of this configuration set:

      • null: This configuration is not associated with a running environment.

      • pending: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying.

      • deployed: This is the configuration that is currently deployed to the associated running environment.

      • failed: This is a draft configuration that failed to successfully deploy.

      Parameters:
      deploymentStatus - If this configuration set is associated with an environment, the DeploymentStatus parameter indicates the deployment status of this configuration set:

      • null: This configuration is not associated with a running environment.

      • pending: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying.

      • deployed: This is the configuration that is currently deployed to the associated running environment.

      • failed: This is a draft configuration that failed to successfully deploy.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dateCreated

      The date (in UTC time) when this configuration set was created.

      Parameters:
      dateCreated - The date (in UTC time) when this configuration set was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dateUpdated

      The date (in UTC time) when this configuration set was last modified.

      Parameters:
      dateUpdated - The date (in UTC time) when this configuration set was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • optionSettings

      A list of the configuration options and their values in this configuration set.

      Parameters:
      optionSettings - A list of the configuration options and their values in this configuration set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • optionSettings

      A list of the configuration options and their values in this configuration set.

      Parameters:
      optionSettings - A list of the configuration options and their values in this configuration set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • optionSettings

      A list of the configuration options and their values in this configuration set.

      This is a convenience method that creates an instance of the ConfigurationOptionSetting.Builder avoiding the need to create one manually via ConfigurationOptionSetting.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to optionSettings(List<ConfigurationOptionSetting>).

      Parameters:
      optionSettings - a consumer that will call methods on ConfigurationOptionSetting.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: