CopyableBuilder<DescribeConfigurationOptionsRequest.Builder,DescribeConfigurationOptionsRequest>
, SdkBuilder<DescribeConfigurationOptionsRequest.Builder,DescribeConfigurationOptionsRequest>
public static interface DescribeConfigurationOptionsRequest.Builder extends CopyableBuilder<DescribeConfigurationOptionsRequest.Builder,DescribeConfigurationOptionsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeConfigurationOptionsRequest.Builder |
applicationName(String applicationName) |
The name of the application associated with the configuration template or environment.
|
DescribeConfigurationOptionsRequest.Builder |
environmentName(String environmentName) |
The name of the environment whose configuration options you want to describe.
|
DescribeConfigurationOptionsRequest.Builder |
options(Collection<OptionSpecification> options) |
If specified, restricts the descriptions to only the specified options.
|
DescribeConfigurationOptionsRequest.Builder |
options(OptionSpecification... options) |
If specified, restricts the descriptions to only the specified options.
|
DescribeConfigurationOptionsRequest.Builder |
platformArn(String platformArn) |
The ARN of the custom platform.
|
DescribeConfigurationOptionsRequest.Builder |
solutionStackName(String solutionStackName) |
The name of the solution stack whose configuration options you want to describe.
|
DescribeConfigurationOptionsRequest.Builder |
templateName(String templateName) |
The name of the configuration template whose configuration options you want to describe.
|
copy
apply, build
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.
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.DescribeConfigurationOptionsRequest.Builder templateName(String templateName)
The name of the configuration template whose configuration options you want to describe.
templateName
- The name of the configuration template whose configuration options you want to describe.DescribeConfigurationOptionsRequest.Builder environmentName(String environmentName)
The name of the environment whose configuration options you want to describe.
environmentName
- The name of the environment whose configuration options you want to describe.DescribeConfigurationOptionsRequest.Builder solutionStackName(String solutionStackName)
The name of the solution stack whose configuration options you want to describe.
solutionStackName
- The name of the solution stack whose configuration options you want to describe.DescribeConfigurationOptionsRequest.Builder platformArn(String platformArn)
The ARN of the custom platform.
platformArn
- The ARN of the custom platform.DescribeConfigurationOptionsRequest.Builder options(Collection<OptionSpecification> options)
If specified, restricts the descriptions to only the specified options.
options
- If specified, restricts the descriptions to only the specified options.DescribeConfigurationOptionsRequest.Builder options(OptionSpecification... options)
If specified, restricts the descriptions to only the specified options.
NOTE: This method appends the values to the existing list (if any). Use
#setOptions(java.util.Collection)
or #withOptions(java.util.Collection)
if you want to
override the existing values.
options
- If specified, restricts the descriptions to only the specified options.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.