public static interface Item.Builder extends SdkPojo, CopyableBuilder<Item.Builder,Item>
Modifier and Type | Method and Description |
---|---|
Item.Builder |
contentLength(Long contentLength)
The length of the item in bytes.
|
Item.Builder |
contentType(String contentType)
The content type of the item.
|
Item.Builder |
eTag(String eTag)
The ETag that represents a unique instance of the item.
|
Item.Builder |
lastModified(Instant lastModified)
The date and time that the item was last modified.
|
Item.Builder |
name(String name)
The name of the item.
|
Item.Builder |
type(ItemType type)
The item type (folder or object).
|
Item.Builder |
type(String type)
The item type (folder or object).
|
copy
applyMutation, build
Item.Builder name(String name)
The name of the item.
name
- The name of the item.Item.Builder type(String type)
The item type (folder or object).
Item.Builder type(ItemType type)
The item type (folder or object).
Item.Builder eTag(String eTag)
The ETag that represents a unique instance of the item.
eTag
- The ETag that represents a unique instance of the item.Item.Builder lastModified(Instant lastModified)
The date and time that the item was last modified.
lastModified
- The date and time that the item was last modified.Item.Builder contentType(String contentType)
The content type of the item.
contentType
- The content type of the item.Item.Builder contentLength(Long contentLength)
The length of the item in bytes.
contentLength
- The length of the item in bytes.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.