public static class UpdateObjectMetadata.Builder
extends java.lang.Object
Constructor and Description |
---|
UpdateObjectMetadata.Builder()
Instantiates a new builder.
|
UpdateObjectMetadata.Builder(java.lang.String object,
java.lang.Long count)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
UpdateObjectMetadata |
build()
Builds a UpdateObjectMetadata.
|
UpdateObjectMetadata.Builder |
count(long count)
Set the count.
|
UpdateObjectMetadata.Builder |
object(java.lang.String object)
Set the object.
|
public UpdateObjectMetadata.Builder()
public UpdateObjectMetadata.Builder(java.lang.String object, java.lang.Long count)
object
- the objectcount
- the countpublic UpdateObjectMetadata build()
public UpdateObjectMetadata.Builder object(java.lang.String object)
object
- the objectpublic UpdateObjectMetadata.Builder count(long count)
count
- the count