public static interface ListIPSetsRequest.Builder extends GuardDutyRequest.Builder, CopyableBuilder<ListIPSetsRequest.Builder,ListIPSetsRequest>
Modifier and Type | Method and Description |
---|---|
ListIPSetsRequest.Builder |
detectorId(String detectorId)
The unique ID of the detector that you want to retrieve.
|
ListIPSetsRequest.Builder |
maxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response.
|
ListIPSetsRequest.Builder |
nextToken(String nextToken)
You can use this parameter when paginating results.
|
ListIPSetsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListIPSetsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
ListIPSetsRequest.Builder detectorId(String detectorId)
detectorId
- The unique ID of the detector that you want to retrieve.ListIPSetsRequest.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.ListIPSetsRequest.Builder nextToken(String nextToken)
nextToken
- You can use this parameter when paginating results. Set the value of this parameter to null on your
first call to the ListIPSet 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.ListIPSetsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListIPSetsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.