CopyableBuilder<RetrieveEnvironmentInfoResponse.Builder,RetrieveEnvironmentInfoResponse>
, SdkBuilder<RetrieveEnvironmentInfoResponse.Builder,RetrieveEnvironmentInfoResponse>
public static interface RetrieveEnvironmentInfoResponse.Builder extends CopyableBuilder<RetrieveEnvironmentInfoResponse.Builder,RetrieveEnvironmentInfoResponse>
Modifier and Type | Method | Description |
---|---|---|
RetrieveEnvironmentInfoResponse.Builder |
environmentInfo(Collection<EnvironmentInfoDescription> environmentInfo) |
The EnvironmentInfoDescription of the environment.
|
RetrieveEnvironmentInfoResponse.Builder |
environmentInfo(EnvironmentInfoDescription... environmentInfo) |
The EnvironmentInfoDescription of the environment.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setEnvironmentInfo(java.util.Collection)
or #withEnvironmentInfo(java.util.Collection)
if
you want to override the existing values.
environmentInfo
- The EnvironmentInfoDescription of the environment.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.