public static interface LookupPolicyRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<LookupPolicyRequest.Builder,LookupPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
LookupPolicyRequest.Builder |
directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory.
|
LookupPolicyRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call.
|
LookupPolicyRequest.Builder |
nextToken(String nextToken)
The token to request the next page of results.
|
default LookupPolicyRequest.Builder |
objectReference(Consumer<ObjectReference.Builder> objectReference)
Reference that identifies the object whose policies will be looked up.
|
LookupPolicyRequest.Builder |
objectReference(ObjectReference objectReference)
Reference that identifies the object whose policies will be looked up.
|
LookupPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
LookupPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildLookupPolicyRequest.Builder directoryArn(String directoryArn)
LookupPolicyRequest.Builder objectReference(ObjectReference objectReference)
Reference that identifies the object whose policies will be looked up.
objectReference - Reference that identifies the object whose policies will be looked up.default LookupPolicyRequest.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
Reference that identifies the object whose policies will be looked up.
This is a convenience method that creates an instance of theObjectReference.Builder avoiding the
need to create one manually via ObjectReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to objectReference(ObjectReference).
objectReference - a consumer that will call methods on ObjectReference.BuilderobjectReference(ObjectReference)LookupPolicyRequest.Builder nextToken(String nextToken)
The token to request the next page of results.
nextToken - The token to request the next page of results.LookupPolicyRequest.Builder maxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call. This is an approximate number.
maxResults - The maximum number of items to be retrieved in a single call. This is an approximate number.LookupPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderLookupPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.