public static interface BatchListObjectParents.Builder extends SdkPojo, CopyableBuilder<BatchListObjectParents.Builder,BatchListObjectParents>
| Modifier and Type | Method and Description |
|---|---|
BatchListObjectParents.Builder |
maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
BatchListObjectParents.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
default BatchListObjectParents.Builder |
objectReference(Consumer<ObjectReference.Builder> objectReference)
Sets the value of the ObjectReference property for this object.
|
BatchListObjectParents.Builder |
objectReference(ObjectReference objectReference)
Sets the value of the ObjectReference property for this object.
|
copyapplyMutation, buildBatchListObjectParents.Builder objectReference(ObjectReference objectReference)
objectReference - The new value for the ObjectReference property for this object.default BatchListObjectParents.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
ObjectReference.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)BatchListObjectParents.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.BatchListObjectParents.Builder maxResults(Integer maxResults)
maxResults - The new value for the MaxResults property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.