public static class ObjectSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ObjectSummary.Builder |
archivalState(ArchivalState archivalState)
Archival state of an object for those in the archival tier.
|
ObjectSummary |
build() |
ObjectSummary.Builder |
copy(ObjectSummary model) |
ObjectSummary.Builder |
etag(String etag)
For optimistic concurrency control.
|
ObjectSummary.Builder |
md5(String md5)
Base64-encoded MD5 hash of the Awr Hub object data.
|
ObjectSummary.Builder |
name(String name)
The name of the Awr Hub object.
|
ObjectSummary.Builder |
size(Long size)
Size of the Awr Hub object in bytes.
|
ObjectSummary.Builder |
storageTier(StorageTier storageTier)
The object’s storage tier.
|
ObjectSummary.Builder |
timeCreated(Date timeCreated)
The time at which the resource was first created.
|
ObjectSummary.Builder |
timeModified(Date timeModified)
The date and time the Awr Hub object was modified
|
public ObjectSummary.Builder name(String name)
The name of the Awr Hub object.
name
- the value to setpublic ObjectSummary.Builder size(Long size)
Size of the Awr Hub object in bytes.
size
- the value to setpublic ObjectSummary.Builder md5(String md5)
Base64-encoded MD5 hash of the Awr Hub object data.
md5
- the value to setpublic ObjectSummary.Builder timeCreated(Date timeCreated)
The time at which the resource was first created. An RFC3339 formatted datetime string
timeCreated
- the value to setpublic ObjectSummary.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic ObjectSummary.Builder storageTier(StorageTier storageTier)
The object’s storage tier.
storageTier
- the value to setpublic ObjectSummary.Builder archivalState(ArchivalState archivalState)
Archival state of an object for those in the archival tier.
archivalState
- the value to setpublic ObjectSummary.Builder timeModified(Date timeModified)
The date and time the Awr Hub object was modified
timeModified
- the value to setpublic ObjectSummary build()
public ObjectSummary.Builder copy(ObjectSummary model)
Copyright © 2016–2024. All rights reserved.