CopyableBuilder<ListOnPremisesInstancesResponse.Builder,ListOnPremisesInstancesResponse>
, SdkBuilder<ListOnPremisesInstancesResponse.Builder,ListOnPremisesInstancesResponse>
public static interface ListOnPremisesInstancesResponse.Builder extends CopyableBuilder<ListOnPremisesInstancesResponse.Builder,ListOnPremisesInstancesResponse>
Modifier and Type | Method | Description |
---|---|---|
ListOnPremisesInstancesResponse.Builder |
instanceNames(String... instanceNames) |
The list of matching on-premises instance names.
|
ListOnPremisesInstancesResponse.Builder |
instanceNames(Collection<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.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setInstanceNames(java.util.Collection)
or #withInstanceNames(java.util.Collection)
if you
want to override the existing values.
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.