public static interface DescribeEnvironmentsResponse.Builder extends Cloud9Response.Builder, SdkPojo, CopyableBuilder<DescribeEnvironmentsResponse.Builder,DescribeEnvironmentsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEnvironmentsResponse.Builder |
environments(Collection<Environment> environments)
Information about the environments that are returned.
|
DescribeEnvironmentsResponse.Builder |
environments(Consumer<Environment.Builder>... environments)
Information about the environments that are returned.
|
DescribeEnvironmentsResponse.Builder |
environments(Environment... environments)
Information about the environments that are returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEnvironmentsResponse.Builder environments(Collection<Environment> environments)
Information about the environments that are returned.
environments - Information about the environments that are returned.DescribeEnvironmentsResponse.Builder environments(Environment... environments)
Information about the environments that are returned.
environments - Information about the environments that are returned.DescribeEnvironmentsResponse.Builder environments(Consumer<Environment.Builder>... environments)
Information about the environments that are returned.
This is a convenience method that creates an instance of theEnvironment.Builder avoiding the need to create one
manually via Environment.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
Environment.Builder#environments(java.util.Collection) Copyright © 2023. All rights reserved.