public static interface ListProtectionGroupsResponse.Builder extends ShieldResponse.Builder, SdkPojo, CopyableBuilder<ListProtectionGroupsResponse.Builder,ListProtectionGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProtectionGroupsResponse.Builder |
nextToken(String nextToken)
If you specify a value for
MaxResults and you have more protection groups 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. |
ListProtectionGroupsResponse.Builder |
protectionGroups(Collection<ProtectionGroup> protectionGroups)
|
ListProtectionGroupsResponse.Builder |
protectionGroups(Consumer<ProtectionGroup.Builder>... protectionGroups)
This is a convenience that creates an instance of the
List avoiding the need
to create one manually via List. |
ListProtectionGroupsResponse.Builder |
protectionGroups(ProtectionGroup... protectionGroups)
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProtectionGroupsResponse.Builder protectionGroups(Collection<ProtectionGroup> protectionGroups)
protectionGroups - ListProtectionGroupsResponse.Builder protectionGroups(ProtectionGroup... protectionGroups)
protectionGroups - ListProtectionGroupsResponse.Builder protectionGroups(Consumer<ProtectionGroup.Builder>... protectionGroups)
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #protectionGroups(List) .protectionGroups - a consumer that will call methods on List.Builder #protectionGroups(List) ListProtectionGroupsResponse.Builder nextToken(String nextToken)
If you specify a value for MaxResults and you have more protection groups 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 protection groups 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.