Interface CreateConfigurationTemplateResponse.Builder

    • Method Detail

      • 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

        CreateConfigurationTemplateResponse.Builder platformArn​(String 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

        CreateConfigurationTemplateResponse.Builder templateName​(String 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

        CreateConfigurationTemplateResponse.Builder description​(String 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:
        ConfigurationDeploymentStatus, ConfigurationDeploymentStatus
      • deploymentStatus

        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:

        • 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:
        ConfigurationDeploymentStatus, ConfigurationDeploymentStatus
      • dateCreated

        CreateConfigurationTemplateResponse.Builder dateCreated​(Instant 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

        CreateConfigurationTemplateResponse.Builder dateUpdated​(Instant 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

        CreateConfigurationTemplateResponse.Builder optionSettings​(Collection<ConfigurationOptionSetting> 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

        CreateConfigurationTemplateResponse.Builder optionSettings​(ConfigurationOptionSetting... 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.