public static interface ListThreatIntelSetsRequest.Builder extends GuardDutyRequest.Builder, CopyableBuilder<ListThreatIntelSetsRequest.Builder,ListThreatIntelSetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListThreatIntelSetsRequest.Builder |
detectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose ThreatIntelSets you want to list.
|
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)
Pagination token to start retrieving threat intel sets from.
|
ListThreatIntelSetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListThreatIntelSetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListThreatIntelSetsRequest.Builder detectorId(String detectorId)
detectorId - The detectorID that specifies the GuardDuty service whose ThreatIntelSets you want to list.ListThreatIntelSetsRequest.Builder maxResults(Integer maxResults)
maxResults - You can use this parameter to indicate the maximum number of items that you want in the response. The
default value is 7. The maximum value is 7.ListThreatIntelSetsRequest.Builder nextToken(String nextToken)
nextToken - Pagination token to start retrieving threat intel sets from.ListThreatIntelSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListThreatIntelSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.