public static interface BatchGetOnPremisesInstancesResponse.Builder extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<BatchGetOnPremisesInstancesResponse.Builder,BatchGetOnPremisesInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetOnPremisesInstancesResponse.Builder |
instanceInfos(Collection<InstanceInfo> instanceInfos)
Information about the on-premises instances.
|
BatchGetOnPremisesInstancesResponse.Builder |
instanceInfos(Consumer<InstanceInfo.Builder>... instanceInfos)
Information about the on-premises instances.
|
BatchGetOnPremisesInstancesResponse.Builder |
instanceInfos(InstanceInfo... instanceInfos)
Information about the on-premises instances.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetOnPremisesInstancesResponse.Builder instanceInfos(Collection<InstanceInfo> instanceInfos)
Information about the on-premises instances.
instanceInfos - Information about the on-premises instances.BatchGetOnPremisesInstancesResponse.Builder instanceInfos(InstanceInfo... instanceInfos)
Information about the on-premises instances.
instanceInfos - Information about the on-premises instances.BatchGetOnPremisesInstancesResponse.Builder instanceInfos(Consumer<InstanceInfo.Builder>... instanceInfos)
Information about the on-premises instances.
This is a convenience method that creates an instance of theInstanceInfo.Builder avoiding the need to create one
manually via InstanceInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #instanceInfos(List.
instanceInfos - a consumer that will call methods on
InstanceInfo.Builder#instanceInfos(java.util.Collection) Copyright © 2022. All rights reserved.