CopyableBuilder<ListOnPremisesInstancesRequest.Builder,ListOnPremisesInstancesRequest>, SdkBuilder<ListOnPremisesInstancesRequest.Builder,ListOnPremisesInstancesRequest>public static interface ListOnPremisesInstancesRequest.Builder extends CopyableBuilder<ListOnPremisesInstancesRequest.Builder,ListOnPremisesInstancesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ListOnPremisesInstancesRequest.Builder |
nextToken(String nextToken) |
An identifier returned from the previous list on-premises instances call.
|
ListOnPremisesInstancesRequest.Builder |
registrationStatus(String registrationStatus) |
The registration status of the on-premises instances:
|
ListOnPremisesInstancesRequest.Builder |
registrationStatus(RegistrationStatus registrationStatus) |
The registration status of the on-premises instances:
|
ListOnPremisesInstancesRequest.Builder |
tagFilters(Collection<TagFilter> tagFilters) |
The on-premises instance tags that will be used to restrict the corresponding on-premises instance names
returned.
|
ListOnPremisesInstancesRequest.Builder |
tagFilters(TagFilter... tagFilters) |
The on-premises instance tags that will be used to restrict the corresponding on-premises instance names
returned.
|
copyapply, buildListOnPremisesInstancesRequest.Builder registrationStatus(String registrationStatus)
The registration status of the on-premises instances:
Deregistered: Include deregistered on-premises instances in the resulting list.
Registered: Include registered on-premises instances in the resulting list.
registrationStatus - The registration status of the on-premises instances:
Deregistered: Include deregistered on-premises instances in the resulting list.
Registered: Include registered on-premises instances in the resulting list.
RegistrationStatusListOnPremisesInstancesRequest.Builder registrationStatus(RegistrationStatus registrationStatus)
The registration status of the on-premises instances:
Deregistered: Include deregistered on-premises instances in the resulting list.
Registered: Include registered on-premises instances in the resulting list.
registrationStatus - The registration status of the on-premises instances:
Deregistered: Include deregistered on-premises instances in the resulting list.
Registered: Include registered on-premises instances in the resulting list.
RegistrationStatusListOnPremisesInstancesRequest.Builder tagFilters(Collection<TagFilter> tagFilters)
The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.
tagFilters - The on-premises instance tags that will be used to restrict the corresponding on-premises instance
names returned.ListOnPremisesInstancesRequest.Builder tagFilters(TagFilter... tagFilters)
The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.
NOTE: This method appends the values to the existing list (if any). Use
#setTagFilters(java.util.Collection) or #withTagFilters(java.util.Collection) if you want to
override the existing values.
tagFilters - The on-premises instance tags that will be used to restrict the corresponding on-premises instance
names returned.ListOnPremisesInstancesRequest.Builder nextToken(String nextToken)
An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.
nextToken - An identifier returned from the previous list on-premises instances call. It can be used to return the
next set of on-premises instances in the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.