public static interface ListProtectionGroupsRequest.Builder extends ShieldRequest.Builder, SdkPojo, CopyableBuilder<ListProtectionGroupsRequest.Builder,ListProtectionGroupsRequest>
Modifier and Type | Method and Description |
---|---|
ListProtectionGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of ProtectionGroup objects to return.
|
ListProtectionGroupsRequest.Builder |
nextToken(String nextToken)
The next token value from a previous call to
ListProtectionGroups . |
ListProtectionGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListProtectionGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListProtectionGroupsRequest.Builder nextToken(String nextToken)
The next token value from a previous call to ListProtectionGroups
. Pass null if this is the
first call.
nextToken
- The next token value from a previous call to ListProtectionGroups
. Pass null if this is
the first call.ListProtectionGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of ProtectionGroup objects to return. If you leave this blank, Shield Advanced returns the first 20 results.
This is a maximum value. Shield Advanced might return the results in smaller batches. That is, the number of
objects returned could be less than MaxResults
, even if there are still more objects yet to
return. If there are more objects to return, Shield Advanced returns a value in NextToken
that
you can use in your next request, to get the next batch of objects.
maxResults
- The maximum number of ProtectionGroup objects to return. If you leave this blank, Shield
Advanced returns the first 20 results.
This is a maximum value. Shield Advanced might return the results in smaller batches. That is, the
number of objects returned could be less than MaxResults
, even if there are still more
objects yet to return. If there are more objects to return, Shield Advanced returns a value in
NextToken
that you can use in your next request, to get the next batch of objects.
ListProtectionGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListProtectionGroupsRequest.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.