public static interface BatchGetOnPremisesInstancesRequest.Builder extends CodeDeployRequest.Builder, CopyableBuilder<BatchGetOnPremisesInstancesRequest.Builder,BatchGetOnPremisesInstancesRequest>
Modifier and Type | Method and Description |
---|---|
BatchGetOnPremisesInstancesRequest.Builder |
instanceNames(Collection<String> instanceNames)
The names of the on-premises instances about which to get information.
|
BatchGetOnPremisesInstancesRequest.Builder |
instanceNames(String... instanceNames)
The names of the on-premises instances about which to get information.
|
BatchGetOnPremisesInstancesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
BatchGetOnPremisesInstancesRequest.Builder instanceNames(Collection<String> instanceNames)
The names of the on-premises instances about which to get information.
instanceNames
- The names of the on-premises instances about which to get information.BatchGetOnPremisesInstancesRequest.Builder instanceNames(String... instanceNames)
The names of the on-premises instances about which to get information.
instanceNames
- The names of the on-premises instances about which to get information.BatchGetOnPremisesInstancesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.