public static interface LookupPolicyResponse.Builder extends CloudDirectoryResponse.Builder, CopyableBuilder<LookupPolicyResponse.Builder,LookupPolicyResponse>
Modifier and Type | Method and Description |
---|---|
LookupPolicyResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
LookupPolicyResponse.Builder |
policyToPathList(Collection<PolicyToPath> policyToPathList)
Provides list of path to policies.
|
LookupPolicyResponse.Builder |
policyToPathList(PolicyToPath... policyToPathList)
Provides list of path to policies.
|
build
copy
apply, build
LookupPolicyResponse.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.LookupPolicyResponse.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.LookupPolicyResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.