public static interface ListResourcesInProtectionGroupResponse.Builder extends ShieldResponse.Builder, SdkPojo, CopyableBuilder<ListResourcesInProtectionGroupResponse.Builder,ListResourcesInProtectionGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
ListResourcesInProtectionGroupResponse.Builder |
nextToken(String nextToken)
If you specify a value for
MaxResults and you have more resources in the protection group than
the value of MaxResults, AWS Shield Advanced returns this token that you can use in your next request, to get
the next batch of objects. |
ListResourcesInProtectionGroupResponse.Builder |
resourceArns(Collection<String> resourceArns)
The Amazon Resource Names (ARNs) of the resources that are included in the protection group.
|
ListResourcesInProtectionGroupResponse.Builder |
resourceArns(String... resourceArns)
The Amazon Resource Names (ARNs) of the resources that are included in the protection group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResourcesInProtectionGroupResponse.Builder resourceArns(Collection<String> resourceArns)
The Amazon Resource Names (ARNs) of the resources that are included in the protection group.
resourceArns - The Amazon Resource Names (ARNs) of the resources that are included in the protection group.ListResourcesInProtectionGroupResponse.Builder resourceArns(String... resourceArns)
The Amazon Resource Names (ARNs) of the resources that are included in the protection group.
resourceArns - The Amazon Resource Names (ARNs) of the resources that are included in the protection group.ListResourcesInProtectionGroupResponse.Builder nextToken(String nextToken)
If you specify a value for MaxResults and you have more resources in the protection group than
the value of MaxResults, AWS Shield Advanced returns this token that you can use in your next request, to get
the next batch of objects.
nextToken - If you specify a value for MaxResults and you have more resources in the protection group
than the value of MaxResults, AWS Shield Advanced returns this token that you can use in your next
request, to get the next batch of objects.Copyright © 2021. All rights reserved.