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) |
ListProtectionGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProtectionGroupsRequest.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)
overrideConfiguration in interface AwsRequest.BuilderListProtectionGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.