public static interface ListPolicyAttachmentsRequest.Builder extends CloudDirectoryRequest.Builder, CopyableBuilder<ListPolicyAttachmentsRequest.Builder,ListPolicyAttachmentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPolicyAttachmentsRequest.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.
|
ListPolicyAttachmentsRequest.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.
|
ListPolicyAttachmentsRequest.Builder |
directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside.
|
ListPolicyAttachmentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call.
|
ListPolicyAttachmentsRequest.Builder |
nextToken(String nextToken)
The pagination token.
|
default ListPolicyAttachmentsRequest.Builder |
policyReference(Consumer<ObjectReference.Builder> policyReference)
The reference that identifies the policy object.
|
ListPolicyAttachmentsRequest.Builder |
policyReference(ObjectReference policyReference)
The reference that identifies the policy object.
|
ListPolicyAttachmentsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListPolicyAttachmentsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListPolicyAttachmentsRequest.Builder directoryArn(String directoryArn)
ListPolicyAttachmentsRequest.Builder policyReference(ObjectReference policyReference)
The reference that identifies the policy object.
policyReference - The reference that identifies the policy object.default ListPolicyAttachmentsRequest.Builder policyReference(Consumer<ObjectReference.Builder> policyReference)
The reference that identifies the policy object.
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 policyReference(ObjectReference).policyReference - a consumer that will call methods on ObjectReference.BuilderpolicyReference(ObjectReference)ListPolicyAttachmentsRequest.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.ListPolicyAttachmentsRequest.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.ListPolicyAttachmentsRequest.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,
ConsistencyLevelListPolicyAttachmentsRequest.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,
ConsistencyLevelListPolicyAttachmentsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListPolicyAttachmentsRequest.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.