CopyableBuilder<BatchReadOperation.Builder,BatchReadOperation>
, SdkBuilder<BatchReadOperation.Builder,BatchReadOperation>
public static interface BatchReadOperation.Builder extends CopyableBuilder<BatchReadOperation.Builder,BatchReadOperation>
Modifier and Type | Method | Description |
---|---|---|
BatchReadOperation.Builder |
listObjectAttributes(BatchListObjectAttributes listObjectAttributes) |
Lists all attributes that are associated with an object.
|
BatchReadOperation.Builder |
listObjectChildren(BatchListObjectChildren listObjectChildren) |
Returns a paginated list of child objects that are associated with a given object.
|
copy
apply, build
BatchReadOperation.Builder listObjectAttributes(BatchListObjectAttributes listObjectAttributes)
Lists all attributes that are associated with an object.
listObjectAttributes
- Lists all attributes that are associated with an object.BatchReadOperation.Builder listObjectChildren(BatchListObjectChildren listObjectChildren)
Returns a paginated list of child objects that are associated with a given object.
listObjectChildren
- Returns a paginated list of child objects that are associated with a given object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.