public static interface LookupPolicyRequest.Builder extends CloudDirectoryRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
LookupPolicyRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.LookupPolicyRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.