public static interface ListResourcesInProtectionGroupRequest.Builder extends ShieldRequest.Builder, SdkPojo, CopyableBuilder<ListResourcesInProtectionGroupRequest.Builder,ListResourcesInProtectionGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
ListResourcesInProtectionGroupRequest.Builder |
maxResults(Integer maxResults)
The maximum number of resource ARN objects to return.
|
ListResourcesInProtectionGroupRequest.Builder |
nextToken(String nextToken)
The next token value from a previous call to
ListResourcesInProtectionGroup. |
ListResourcesInProtectionGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListResourcesInProtectionGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListResourcesInProtectionGroupRequest.Builder |
protectionGroupId(String protectionGroupId)
The name of the protection group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResourcesInProtectionGroupRequest.Builder protectionGroupId(String protectionGroupId)
The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it.
protectionGroupId - The name of the protection group. You use this to identify the protection group in lists and to manage
the protection group, for example to update, delete, or describe it.ListResourcesInProtectionGroupRequest.Builder nextToken(String nextToken)
The next token value from a previous call to ListResourcesInProtectionGroup. Pass null if this
is the first call.
nextToken - The next token value from a previous call to ListResourcesInProtectionGroup. Pass null if
this is the first call.ListResourcesInProtectionGroupRequest.Builder maxResults(Integer maxResults)
The maximum number of resource ARN 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 resource ARN 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.
ListResourcesInProtectionGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListResourcesInProtectionGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.