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(PolicyToPath... policyToPathList)
Provides list of path to policies.
|
copy
apply, build
BatchLookupPolicyResponse.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 nextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.