public static interface ListProtocolsListsResponse.Builder extends FmsResponse.Builder, SdkPojo, CopyableBuilder<ListProtocolsListsResponse.Builder,ListProtocolsListsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProtocolsListsResponse.Builder |
nextToken(String nextToken)
If you specify a value for
MaxResults in your list request, and you have more objects than the
maximum, Firewall Manager returns this token in the response. |
ListProtocolsListsResponse.Builder |
protocolsLists(Collection<ProtocolsListDataSummary> protocolsLists)
An array of
ProtocolsListDataSummary objects. |
ListProtocolsListsResponse.Builder |
protocolsLists(Consumer<ProtocolsListDataSummary.Builder>... protocolsLists)
An array of
ProtocolsListDataSummary objects. |
ListProtocolsListsResponse.Builder |
protocolsLists(ProtocolsListDataSummary... protocolsLists)
An array of
ProtocolsListDataSummary objects. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProtocolsListsResponse.Builder protocolsLists(Collection<ProtocolsListDataSummary> protocolsLists)
An array of ProtocolsListDataSummary objects.
protocolsLists - An array of ProtocolsListDataSummary objects.ListProtocolsListsResponse.Builder protocolsLists(ProtocolsListDataSummary... protocolsLists)
An array of ProtocolsListDataSummary objects.
protocolsLists - An array of ProtocolsListDataSummary objects.ListProtocolsListsResponse.Builder protocolsLists(Consumer<ProtocolsListDataSummary.Builder>... protocolsLists)
An array of ProtocolsListDataSummary objects.
ProtocolsListDataSummary.Builder avoiding the need to
create one manually via ProtocolsListDataSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #protocolsLists(List.
protocolsLists - a consumer that will call methods on
ProtocolsListDataSummary.Builder#protocolsLists(java.util.Collection) ListProtocolsListsResponse.Builder nextToken(String nextToken)
If you specify a value for MaxResults in your list request, and you have more objects than the
maximum, Firewall Manager returns this token in the response. You can use this token in subsequent requests
to retrieve the next batch of objects.
nextToken - If you specify a value for MaxResults in your list request, and you have more objects
than the maximum, Firewall Manager returns this token in the response. You can use this token in
subsequent requests to retrieve the next batch of objects.Copyright © 2022. All rights reserved.