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, AWS 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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListProtocolsListsResponse.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.
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 #protocolsLists(List)
.protocolsLists
- a consumer that will call methods on List.Builder
#protocolsLists(List)
ListProtocolsListsResponse.Builder nextToken(String nextToken)
If you specify a value for MaxResults
in your list request, and you have more objects than the
maximum, AWS 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, AWS Firewall Manager returns this token in the response. You can use this token in
subsequent requests to retrieve the next batch of objects.