public static interface DescribeApplicationsRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<DescribeApplicationsRequest.Builder,DescribeApplicationsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeApplicationsRequest.Builder |
applicationNames(Collection<String> applicationNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the
specified names.
|
DescribeApplicationsRequest.Builder |
applicationNames(String... applicationNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the
specified names.
|
DescribeApplicationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeApplicationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationcopyapplyMutation, buildDescribeApplicationsRequest.Builder applicationNames(Collection<String> applicationNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.
applicationNames - If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the
specified names.DescribeApplicationsRequest.Builder applicationNames(String... applicationNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.
applicationNames - If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the
specified names.DescribeApplicationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeApplicationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.