public static class ListBucketsOperation.Builder extends Object
Constructor and Description |
---|
ListBucketsOperation.Builder()
Create a Builder for a ListBucketsOperation.
|
Modifier and Type | Method and Description |
---|---|
ListBucketsOperation |
build() |
ListBucketsOperation.Builder |
withBucketType(BinaryValue bucketType)
Set the bucket type.
|
ListBucketsOperation.Builder |
withTimeout(int timeout)
Provide a timeout for this operation.
|
public ListBucketsOperation.Builder()
public ListBucketsOperation.Builder withTimeout(int timeout)
timeout
- value in millisecondspublic ListBucketsOperation.Builder withBucketType(BinaryValue bucketType)
Namespace.DEFAULT_BUCKET_TYPE
is used.bucketType
- the bucket type to usepublic ListBucketsOperation build()
Copyright © 2014. All rights reserved.