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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListPoliciesResponse.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.
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 #policyList(List)
.policyList
- a consumer that will call methods on List.Builder
#policyList(List)
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.