Interface CreateConfigurationTemplateRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateConfigurationTemplateRequest.Builder,CreateConfigurationTemplateRequest>, ElasticBeanstalkRequest.Builder, SdkBuilder<CreateConfigurationTemplateRequest.Builder,CreateConfigurationTemplateRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateConfigurationTemplateRequest

  • Method Details

    • applicationName

      CreateConfigurationTemplateRequest.Builder applicationName(String applicationName)

      The name of the Elastic Beanstalk application to associate with this configuration template.

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

      The name of the configuration template.

      Constraint: This name must be unique per application.

      Parameters:
      templateName - The name of the configuration template.

      Constraint: This name must be unique per application.

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

      CreateConfigurationTemplateRequest.Builder solutionStackName(String solutionStackName)

      The name of an Elastic Beanstalk solution stack (platform version) that this configuration uses. For example, 64bit Amazon Linux 2013.09 running Tomcat 7 Java 7. A solution stack specifies the operating system, runtime, and application server for a configuration template. It also determines the set of configuration options as well as the possible and default values. For more information, see Supported Platforms in the AWS Elastic Beanstalk Developer Guide.

      You must specify SolutionStackName if you don't specify PlatformArn, EnvironmentId, or SourceConfiguration.

      Use the ListAvailableSolutionStacks API to obtain a list of available solution stacks.

      Parameters:
      solutionStackName - The name of an Elastic Beanstalk solution stack (platform version) that this configuration uses. For example, 64bit Amazon Linux 2013.09 running Tomcat 7 Java 7. A solution stack specifies the operating system, runtime, and application server for a configuration template. It also determines the set of configuration options as well as the possible and default values. For more information, see Supported Platforms in the AWS Elastic Beanstalk Developer Guide.

      You must specify SolutionStackName if you don't specify PlatformArn, EnvironmentId, or SourceConfiguration.

      Use the ListAvailableSolutionStacks API to obtain a list of available solution stacks.

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

      The Amazon Resource Name (ARN) of the custom platform. For more information, see Custom Platforms in the AWS Elastic Beanstalk Developer Guide.

      If you specify PlatformArn, then don't specify SolutionStackName.

      Parameters:
      platformArn - The Amazon Resource Name (ARN) of the custom platform. For more information, see Custom Platforms in the AWS Elastic Beanstalk Developer Guide.

      If you specify PlatformArn, then don't specify SolutionStackName.

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

      CreateConfigurationTemplateRequest.Builder sourceConfiguration(SourceConfiguration sourceConfiguration)

      An Elastic Beanstalk configuration template to base this one on. If specified, Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.

      Values specified in OptionSettings override any values obtained from the SourceConfiguration.

      You must specify SourceConfiguration if you don't specify PlatformArn, EnvironmentId, or SolutionStackName.

      Constraint: If both solution stack name and source configuration are specified, the solution stack of the source configuration template must match the specified solution stack name.

      Parameters:
      sourceConfiguration - An Elastic Beanstalk configuration template to base this one on. If specified, Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.

      Values specified in OptionSettings override any values obtained from the SourceConfiguration.

      You must specify SourceConfiguration if you don't specify PlatformArn, EnvironmentId, or SolutionStackName.

      Constraint: If both solution stack name and source configuration are specified, the solution stack of the source configuration template must match the specified solution stack name.

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

      default CreateConfigurationTemplateRequest.Builder sourceConfiguration(Consumer<SourceConfiguration.Builder> sourceConfiguration)

      An Elastic Beanstalk configuration template to base this one on. If specified, Elastic Beanstalk uses the configuration values from the specified configuration template to create a new configuration.

      Values specified in OptionSettings override any values obtained from the SourceConfiguration.

      You must specify SourceConfiguration if you don't specify PlatformArn, EnvironmentId, or SolutionStackName.

      Constraint: If both solution stack name and source configuration are specified, the solution stack of the source configuration template must match the specified solution stack name.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to sourceConfiguration(SourceConfiguration).

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

      CreateConfigurationTemplateRequest.Builder environmentId(String environmentId)

      The ID of an environment whose settings you want to use to create the configuration template. You must specify EnvironmentId if you don't specify PlatformArn, SolutionStackName, or SourceConfiguration.

      Parameters:
      environmentId - The ID of an environment whose settings you want to use to create the configuration template. You must specify EnvironmentId if you don't specify PlatformArn, SolutionStackName, or SourceConfiguration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      An optional description for this configuration.

      Parameters:
      description - An optional description for this configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • optionSettings

      Option values for the Elastic Beanstalk configuration, such as the instance type. If specified, these values override the values obtained from the solution stack or the source configuration template. For a complete list of Elastic Beanstalk configuration options, see Option Values in the AWS Elastic Beanstalk Developer Guide.

      Parameters:
      optionSettings - Option values for the Elastic Beanstalk configuration, such as the instance type. If specified, these values override the values obtained from the solution stack or the source configuration template. For a complete list of Elastic Beanstalk configuration options, see Option Values in the AWS Elastic Beanstalk Developer Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • optionSettings

      Option values for the Elastic Beanstalk configuration, such as the instance type. If specified, these values override the values obtained from the solution stack or the source configuration template. For a complete list of Elastic Beanstalk configuration options, see Option Values in the AWS Elastic Beanstalk Developer Guide.

      Parameters:
      optionSettings - Option values for the Elastic Beanstalk configuration, such as the instance type. If specified, these values override the values obtained from the solution stack or the source configuration template. For a complete list of Elastic Beanstalk configuration options, see Option Values in the AWS Elastic Beanstalk Developer Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • optionSettings

      Option values for the Elastic Beanstalk configuration, such as the instance type. If specified, these values override the values obtained from the solution stack or the source configuration template. For a complete list of Elastic Beanstalk configuration options, see Option Values in the AWS Elastic Beanstalk Developer Guide.

      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:
    • tags

      Specifies the tags applied to the configuration template.

      Parameters:
      tags - Specifies the tags applied to the configuration template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Specifies the tags applied to the configuration template.

      Parameters:
      tags - Specifies the tags applied to the configuration template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Specifies the tags applied to the configuration template.

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

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

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

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.