public static interface RetrieveEnvironmentInfoResponse.Builder extends ElasticBeanstalkResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theEnvironmentInfoDescription.Builder avoiding
the need to create one manually via
EnvironmentInfoDescription.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #environmentInfo(List.
environmentInfo - a consumer that will call methods on
EnvironmentInfoDescription.Builder#environmentInfo(java.util.Collection) Copyright © 2022. All rights reserved.