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(EnvironmentInfoDescription... environmentInfo)
The EnvironmentInfoDescription of the environment.
|
build
copy
apply, build
RetrieveEnvironmentInfoResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.