public static interface ListIpSetsResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<ListIpSetsResponse.Builder,ListIpSetsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListIpSetsResponse.Builder |
ipSetIds(Collection<String> ipSetIds)
The IDs of the IPSet resources.
|
ListIpSetsResponse.Builder |
ipSetIds(String... ipSetIds)
The IDs of the IPSet resources.
|
ListIpSetsResponse.Builder |
nextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIpSetsResponse.Builder ipSetIds(Collection<String> ipSetIds)
The IDs of the IPSet resources.
ipSetIds - The IDs of the IPSet resources.ListIpSetsResponse.Builder ipSetIds(String... ipSetIds)
The IDs of the IPSet resources.
ipSetIds - The IDs of the IPSet resources.ListIpSetsResponse.Builder nextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
nextToken - The pagination parameter to be used on the next list operation to retrieve more items.Copyright © 2023. All rights reserved.