CopyableBuilder<LookupPolicyResponse.Builder,LookupPolicyResponse>, SdkBuilder<LookupPolicyResponse.Builder,LookupPolicyResponse>public static interface LookupPolicyResponse.Builder extends CopyableBuilder<LookupPolicyResponse.Builder,LookupPolicyResponse>
| Modifier and Type | Method | 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.
|
copyapply, buildLookupPolicyResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setPolicyToPathList(java.util.Collection) or #withPolicyToPathList(java.util.Collection) if
you want to override the existing values.
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.