public static interface ListThreatIntelSetsResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<ListThreatIntelSetsResponse.Builder,ListThreatIntelSetsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListThreatIntelSetsResponse.Builder |
nextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
|
ListThreatIntelSetsResponse.Builder |
threatIntelSetIds(Collection<String> threatIntelSetIds)
The IDs of the ThreatIntelSet resources.
|
ListThreatIntelSetsResponse.Builder |
threatIntelSetIds(String... threatIntelSetIds)
The IDs of the ThreatIntelSet resources.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListThreatIntelSetsResponse.Builder threatIntelSetIds(Collection<String> threatIntelSetIds)
The IDs of the ThreatIntelSet resources.
threatIntelSetIds - The IDs of the ThreatIntelSet resources.ListThreatIntelSetsResponse.Builder threatIntelSetIds(String... threatIntelSetIds)
The IDs of the ThreatIntelSet resources.
threatIntelSetIds - The IDs of the ThreatIntelSet resources.ListThreatIntelSetsResponse.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.