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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildComposeEnvironmentsResponse.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 method that creates an instance of theEnvironmentDescription.Builder avoiding the
need to create one manually via
EnvironmentDescription.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #environments(List.
environments - a consumer that will call methods on
EnvironmentDescription.Builder#environments(java.util.Collection) 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 © 2023. All rights reserved.