public static interface BatchLookupPolicyResponse.Builder extends CopyableBuilder<BatchLookupPolicyResponse.Builder,BatchLookupPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchLookupPolicyResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
BatchLookupPolicyResponse.Builder |
policyToPathList(Collection<PolicyToPath> policyToPathList)
Provides list of path to policies.
|
BatchLookupPolicyResponse.Builder |
policyToPathList(Consumer<PolicyToPath.Builder>... policyToPathList)
Provides list of path to policies.
|
BatchLookupPolicyResponse.Builder |
policyToPathList(PolicyToPath... policyToPathList)
Provides list of path to policies.
|
copyapply, buildBatchLookupPolicyResponse.Builder policyToPathList(Collection<PolicyToPath> policyToPathList)
Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and
PolicyType. For more information, see Policies.
policyToPathList - Provides list of path to policies. Policies contain PolicyId,
ObjectIdentifier, and PolicyType. For more information, see Policies.BatchLookupPolicyResponse.Builder policyToPathList(PolicyToPath... policyToPathList)
Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and
PolicyType. For more information, see Policies.
policyToPathList - Provides list of path to policies. Policies contain PolicyId,
ObjectIdentifier, and PolicyType. For more information, see Policies.BatchLookupPolicyResponse.Builder policyToPathList(Consumer<PolicyToPath.Builder>... policyToPathList)
Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and
PolicyType. For more information, see Policies.
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 #policyToPathList(List) .policyToPathList - a consumer that will call methods on List.Builder #policyToPathList(List) BatchLookupPolicyResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.