public static interface BatchLookupPolicy.Builder extends CopyableBuilder<BatchLookupPolicy.Builder,BatchLookupPolicy>
Modifier and Type | Method and Description |
---|---|
BatchLookupPolicy.Builder |
maxResults(Integer maxResults)
The maximum number of results to retrieve.
|
BatchLookupPolicy.Builder |
nextToken(String nextToken)
The pagination token.
|
default BatchLookupPolicy.Builder |
objectReference(Consumer<ObjectReference.Builder> objectReference)
Reference that identifies the object whose policies will be looked up.
|
BatchLookupPolicy.Builder |
objectReference(ObjectReference objectReference)
Reference that identifies the object whose policies will be looked up.
|
copy
applyMutation, build
BatchLookupPolicy.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.default BatchLookupPolicy.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
Reference that identifies the object whose policies will be looked up.
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.Builder
objectReference(ObjectReference)
BatchLookupPolicy.Builder nextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.BatchLookupPolicy.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.