public static interface BatchListPolicyAttachments.Builder extends CopyableBuilder<BatchListPolicyAttachments.Builder,BatchListPolicyAttachments>
| Modifier and Type | Method and Description |
|---|---|
BatchListPolicyAttachments.Builder |
maxResults(Integer maxResults)
The maximum number of results to retrieve.
|
BatchListPolicyAttachments.Builder |
nextToken(String nextToken)
The pagination token.
|
default BatchListPolicyAttachments.Builder |
policyReference(Consumer<ObjectReference.Builder> policyReference)
The reference that identifies the policy object.
|
BatchListPolicyAttachments.Builder |
policyReference(ObjectReference policyReference)
The reference that identifies the policy object.
|
copyapply, buildBatchListPolicyAttachments.Builder policyReference(ObjectReference policyReference)
The reference that identifies the policy object.
policyReference - The reference that identifies the policy object.default BatchListPolicyAttachments.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)BatchListPolicyAttachments.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.BatchListPolicyAttachments.Builder maxResults(Integer maxResults)
The maximum number of results to retrieve.
maxResults - The maximum number of results to retrieve.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.