CopyableBuilder<DescribeApplicationsRequest.Builder,DescribeApplicationsRequest>
, SdkBuilder<DescribeApplicationsRequest.Builder,DescribeApplicationsRequest>
public static interface DescribeApplicationsRequest.Builder extends CopyableBuilder<DescribeApplicationsRequest.Builder,DescribeApplicationsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeApplicationsRequest.Builder |
applicationNames(String... applicationNames) |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the
specified names.
|
DescribeApplicationsRequest.Builder |
applicationNames(Collection<String> applicationNames) |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the
specified names.
|
copy
apply, build
DescribeApplicationsRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setApplicationNames(java.util.Collection)
or #withApplicationNames(java.util.Collection)
if
you want to override the existing values.
applicationNames
- If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the
specified names.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.