public static interface ListPoliciesResponse.Builder extends FmsResponse.Builder, SdkPojo, CopyableBuilder<ListPoliciesResponse.Builder,ListPoliciesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPoliciesResponse.Builder |
nextToken(String nextToken)
If you have more
PolicySummary objects than the number that you specified for
MaxResults in the request, the response includes a NextToken value. |
ListPoliciesResponse.Builder |
policyList(Collection<PolicySummary> policyList)
An array of
PolicySummary objects. |
ListPoliciesResponse.Builder |
policyList(Consumer<PolicySummary.Builder>... policyList)
An array of
PolicySummary objects. |
ListPoliciesResponse.Builder |
policyList(PolicySummary... policyList)
An array of
PolicySummary objects. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPoliciesResponse.Builder policyList(Collection<PolicySummary> policyList)
An array of PolicySummary objects.
policyList - An array of PolicySummary objects.ListPoliciesResponse.Builder policyList(PolicySummary... policyList)
An array of PolicySummary objects.
policyList - An array of PolicySummary objects.ListPoliciesResponse.Builder policyList(Consumer<PolicySummary.Builder>... policyList)
An array of PolicySummary objects.
PolicySummary.Builder avoiding the need to create one
manually via PolicySummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #policyList(List.
policyList - a consumer that will call methods on
PolicySummary.Builder#policyList(java.util.Collection) ListPoliciesResponse.Builder nextToken(String nextToken)
If you have more PolicySummary objects than the number that you specified for
MaxResults in the request, the response includes a NextToken value. To list more
PolicySummary objects, submit another ListPolicies request, and specify the
NextToken value from the response in the NextToken value in the next request.
nextToken - If you have more PolicySummary objects than the number that you specified for
MaxResults in the request, the response includes a NextToken value. To list
more PolicySummary objects, submit another ListPolicies request, and specify
the NextToken value from the response in the NextToken value in the next
request.Copyright © 2023. All rights reserved.