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)
Add an optional request override configuration.
|
ListThreatIntelSetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListThreatIntelSetsRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListThreatIntelSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.