Interface DescribeConfigurationOptionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeConfigurationOptionsRequest.Builder,DescribeConfigurationOptionsRequest>,ElasticBeanstalkRequest.Builder,SdkBuilder<DescribeConfigurationOptionsRequest.Builder,DescribeConfigurationOptionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeConfigurationOptionsRequest
public static interface DescribeConfigurationOptionsRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<DescribeConfigurationOptionsRequest.Builder,DescribeConfigurationOptionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeConfigurationOptionsRequest.BuilderapplicationName(String applicationName)The name of the application associated with the configuration template or environment.DescribeConfigurationOptionsRequest.BuilderenvironmentName(String environmentName)The name of the environment whose configuration options you want to describe.DescribeConfigurationOptionsRequest.Builderoptions(Collection<OptionSpecification> options)If specified, restricts the descriptions to only the specified options.DescribeConfigurationOptionsRequest.Builderoptions(Consumer<OptionSpecification.Builder>... options)If specified, restricts the descriptions to only the specified options.DescribeConfigurationOptionsRequest.Builderoptions(OptionSpecification... options)If specified, restricts the descriptions to only the specified options.DescribeConfigurationOptionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeConfigurationOptionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeConfigurationOptionsRequest.BuilderplatformArn(String platformArn)The ARN of the custom platform.DescribeConfigurationOptionsRequest.BuildersolutionStackName(String solutionStackName)The name of the solution stack whose configuration options you want to describe.DescribeConfigurationOptionsRequest.BuildertemplateName(String templateName)The name of the configuration template whose configuration options you want to describe.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
applicationName
DescribeConfigurationOptionsRequest.Builder applicationName(String applicationName)
The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment.
- Parameters:
applicationName- The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateName
DescribeConfigurationOptionsRequest.Builder templateName(String templateName)
The name of the configuration template whose configuration options you want to describe.
- Parameters:
templateName- The name of the configuration template whose configuration options you want to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentName
DescribeConfigurationOptionsRequest.Builder environmentName(String environmentName)
The name of the environment whose configuration options you want to describe.
- Parameters:
environmentName- The name of the environment whose configuration options you want to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
solutionStackName
DescribeConfigurationOptionsRequest.Builder solutionStackName(String solutionStackName)
The name of the solution stack whose configuration options you want to describe.
- Parameters:
solutionStackName- The name of the solution stack whose configuration options you want to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platformArn
DescribeConfigurationOptionsRequest.Builder platformArn(String platformArn)
The ARN of the custom platform.
- Parameters:
platformArn- The ARN of the custom platform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
DescribeConfigurationOptionsRequest.Builder options(Collection<OptionSpecification> options)
If specified, restricts the descriptions to only the specified options.
- Parameters:
options- If specified, restricts the descriptions to only the specified options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
DescribeConfigurationOptionsRequest.Builder options(OptionSpecification... options)
If specified, restricts the descriptions to only the specified options.
- Parameters:
options- If specified, restricts the descriptions to only the specified options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
DescribeConfigurationOptionsRequest.Builder options(Consumer<OptionSpecification.Builder>... options)
If specified, restricts the descriptions to only the specified options.
This is a convenience method that creates an instance of theOptionSpecification.Builderavoiding the need to create one manually viaOptionSpecification.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#options(List.) - Parameters:
options- a consumer that will call methods onOptionSpecification.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#options(java.util.Collection)
-
overrideConfiguration
DescribeConfigurationOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeConfigurationOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-