public static interface RetrieveEnvironmentInfoResponse.Builder extends ElasticBeanstalkResponse.Builder, CopyableBuilder<RetrieveEnvironmentInfoResponse.Builder,RetrieveEnvironmentInfoResponse>
| Modifier and Type | Method and Description |
|---|---|
RetrieveEnvironmentInfoResponse.Builder |
environmentInfo(Collection<EnvironmentInfoDescription> environmentInfo)
The EnvironmentInfoDescription of the environment.
|
RetrieveEnvironmentInfoResponse.Builder |
environmentInfo(Consumer<EnvironmentInfoDescription.Builder>... environmentInfo)
The EnvironmentInfoDescription of the environment.
|
RetrieveEnvironmentInfoResponse.Builder |
environmentInfo(EnvironmentInfoDescription... environmentInfo)
The EnvironmentInfoDescription of the environment.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildRetrieveEnvironmentInfoResponse.Builder environmentInfo(Collection<EnvironmentInfoDescription> environmentInfo)
The EnvironmentInfoDescription of the environment.
environmentInfo - The EnvironmentInfoDescription of the environment.RetrieveEnvironmentInfoResponse.Builder environmentInfo(EnvironmentInfoDescription... environmentInfo)
The EnvironmentInfoDescription of the environment.
environmentInfo - The EnvironmentInfoDescription of the environment.RetrieveEnvironmentInfoResponse.Builder environmentInfo(Consumer<EnvironmentInfoDescription.Builder>... environmentInfo)
The EnvironmentInfoDescription of the environment.
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 #environmentInfo(List) .environmentInfo - a consumer that will call methods on List.Builder #environmentInfo(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.