public static interface ListObjectPoliciesRequest.Builder extends CloudDirectoryRequest.Builder, CopyableBuilder<ListObjectPoliciesRequest.Builder,ListObjectPoliciesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListObjectPoliciesRequest.Builder |
consistencyLevel(ConsistencyLevel consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ListObjectPoliciesRequest.Builder |
consistencyLevel(String consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ListObjectPoliciesRequest.Builder |
directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside.
|
ListObjectPoliciesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call.
|
ListObjectPoliciesRequest.Builder |
nextToken(String nextToken)
The pagination token.
|
default ListObjectPoliciesRequest.Builder |
objectReference(Consumer<ObjectReference.Builder> objectReference)
Reference that identifies the object for which policies will be listed.
|
ListObjectPoliciesRequest.Builder |
objectReference(ObjectReference objectReference)
Reference that identifies the object for which policies will be listed.
|
ListObjectPoliciesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListObjectPoliciesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListObjectPoliciesRequest.Builder directoryArn(String directoryArn)
ListObjectPoliciesRequest.Builder objectReference(ObjectReference objectReference)
Reference that identifies the object for which policies will be listed.
objectReference - Reference that identifies the object for which policies will be listed.default ListObjectPoliciesRequest.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
Reference that identifies the object for which policies will be listed.
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)ListObjectPoliciesRequest.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.ListObjectPoliciesRequest.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.ListObjectPoliciesRequest.Builder consistencyLevel(String consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
consistencyLevel - Represents the manner and timing in which the successful write or update of an object is reflected in
a subsequent read operation of that same object.ConsistencyLevel,
ConsistencyLevelListObjectPoliciesRequest.Builder consistencyLevel(ConsistencyLevel consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
consistencyLevel - Represents the manner and timing in which the successful write or update of an object is reflected in
a subsequent read operation of that same object.ConsistencyLevel,
ConsistencyLevelListObjectPoliciesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListObjectPoliciesRequest.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.