public static interface ListOnPremisesInstancesResponse.Builder extends CodeDeployResponse.Builder, CopyableBuilder<ListOnPremisesInstancesResponse.Builder,ListOnPremisesInstancesResponse>
Modifier and Type | Method and Description |
---|---|
ListOnPremisesInstancesResponse.Builder |
instanceNames(Collection<String> instanceNames)
The list of matching on-premises instance names.
|
ListOnPremisesInstancesResponse.Builder |
instanceNames(String... instanceNames)
The list of matching on-premises instance names.
|
ListOnPremisesInstancesResponse.Builder |
nextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListOnPremisesInstancesResponse.Builder instanceNames(Collection<String> instanceNames)
The list of matching on-premises instance names.
instanceNames
- The list of matching on-premises instance names.ListOnPremisesInstancesResponse.Builder instanceNames(String... instanceNames)
The list of matching on-premises instance names.
instanceNames
- The list of matching on-premises instance names.ListOnPremisesInstancesResponse.Builder nextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.
nextToken
- If a large amount of information is returned, an identifier is also returned. It can be used in a
subsequent list on-premises instances call to return the next set of on-premises instances in the
list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.