CopyableBuilder<LookupPolicyRequest.Builder,LookupPolicyRequest>
, SdkBuilder<LookupPolicyRequest.Builder,LookupPolicyRequest>
public static interface LookupPolicyRequest.Builder extends CopyableBuilder<LookupPolicyRequest.Builder,LookupPolicyRequest>
Modifier and Type | Method | 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.
|
LookupPolicyRequest.Builder |
objectReference(ObjectReference objectReference) |
Reference that identifies the object whose policies will be looked up.
|
copy
apply, build
LookupPolicyRequest.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.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.