public static interface ComposeEnvironmentsResponse.Builder extends ElasticBeanstalkResponse.Builder, SdkPojo, CopyableBuilder<ComposeEnvironmentsResponse.Builder,ComposeEnvironmentsResponse>
Modifier and Type | Method and Description |
---|---|
ComposeEnvironmentsResponse.Builder |
environments(Collection<EnvironmentDescription> environments)
Returns an EnvironmentDescription list.
|
ComposeEnvironmentsResponse.Builder |
environments(Consumer<EnvironmentDescription.Builder>... environments)
Returns an EnvironmentDescription list.
|
ComposeEnvironmentsResponse.Builder |
environments(EnvironmentDescription... environments)
Returns an EnvironmentDescription list.
|
ComposeEnvironmentsResponse.Builder |
nextToken(String nextToken)
In a paginated request, the token that you can pass in a subsequent request to get the next response page.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ComposeEnvironmentsResponse.Builder environments(Collection<EnvironmentDescription> environments)
Returns an EnvironmentDescription list.
environments
- Returns an EnvironmentDescription list.ComposeEnvironmentsResponse.Builder environments(EnvironmentDescription... environments)
Returns an EnvironmentDescription list.
environments
- Returns an EnvironmentDescription list.ComposeEnvironmentsResponse.Builder environments(Consumer<EnvironmentDescription.Builder>... environments)
Returns an EnvironmentDescription list.
This is a convenience that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #environments(List)
.environments
- a consumer that will call methods on List.Builder
#environments(List)
ComposeEnvironmentsResponse.Builder nextToken(String nextToken)
In a paginated request, the token that you can pass in a subsequent request to get the next response page.
nextToken
- In a paginated request, the token that you can pass in a subsequent request to get the next response
page.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.