public static interface LookupPolicyResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, 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(Consumer<PolicyToPath.Builder>... policyToPathList)
Provides list of path to policies.
|
LookupPolicyResponse.Builder |
policyToPathList(PolicyToPath... policyToPathList)
Provides list of path to policies.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
policyToPathList - Provides list of path to policies. Policies contain PolicyId,
ObjectIdentifier, and PolicyType. For more information, see Policies.LookupPolicyResponse.Builder policyToPathList(Consumer<PolicyToPath.Builder>... policyToPathList)
Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and
PolicyType. For more information, see Policies.
PolicyToPath.Builder avoiding the need to create
one manually via PolicyToPath.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #policyToPathList(List.
policyToPathList - a consumer that will call methods on
PolicyToPath.Builder#policyToPathList(java.util.Collection) LookupPolicyResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2022. All rights reserved.