public static interface ListPolicyAttachmentsRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, 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.
|
ListPolicyAttachmentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPolicyAttachmentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 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 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPolicyAttachmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.