public static interface ListThreatIntelSetsRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<ListThreatIntelSetsRequest.Builder,ListThreatIntelSetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListThreatIntelSetsRequest.Builder |
detectorId(String detectorId)
The unique ID of the detector that the threatIntelSet is associated with.
|
ListThreatIntelSetsRequest.Builder |
maxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response.
|
ListThreatIntelSetsRequest.Builder |
nextToken(String nextToken)
You can use this parameter to paginate results in the response.
|
ListThreatIntelSetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListThreatIntelSetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListThreatIntelSetsRequest.Builder detectorId(String detectorId)
The unique ID of the detector that the threatIntelSet is associated with.
detectorId - The unique ID of the detector that the threatIntelSet is associated with.ListThreatIntelSetsRequest.Builder maxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 50. The maximum value is 50.
maxResults - You can use this parameter to indicate the maximum number of items that you want in the response. The
default value is 50. The maximum value is 50.ListThreatIntelSetsRequest.Builder nextToken(String nextToken)
You can use this parameter to paginate results in the response. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action, fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
nextToken - You can use this parameter to paginate results in the response. Set the value of this parameter to
null on your first call to the list action. For subsequent calls to the action, fill nextToken in the
request with the value of NextToken from the previous response to continue listing data.ListThreatIntelSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListThreatIntelSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.