Interface DescribeConfigurationOptionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeConfigurationOptionsRequest.Builder,
,DescribeConfigurationOptionsRequest> ElasticBeanstalkRequest.Builder
,SdkBuilder<DescribeConfigurationOptionsRequest.Builder,
,DescribeConfigurationOptionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeConfigurationOptionsRequest
-
Method Summary
Modifier and TypeMethodDescriptionapplicationName
(String applicationName) The name of the application associated with the configuration template or environment.environmentName
(String environmentName) The name of the environment whose configuration options you want to describe.options
(Collection<OptionSpecification> options) If specified, restricts the descriptions to only the specified options.options
(Consumer<OptionSpecification.Builder>... options) If specified, restricts the descriptions to only the specified options.options
(OptionSpecification... options) If specified, restricts the descriptions to only the specified options.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.platformArn
(String platformArn) The ARN of the custom platform.solutionStackName
(String solutionStackName) The name of the solution stack whose configuration options you want to describe.templateName
(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 Details
-
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
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
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
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
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
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
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.Builder
avoiding the need to create one manually viaOptionSpecification.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooptions(List<OptionSpecification>)
.- 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:
-
overrideConfiguration
DescribeConfigurationOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeConfigurationOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-