public static class ObjectStorageLocation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ObjectStorageLocation.Builder |
bucketName(String bucketName)
The bucket name where usage or cost CSVs will be uploaded.
|
ObjectStorageLocation |
build() |
ObjectStorageLocation.Builder |
copy(ObjectStorageLocation model) |
ObjectStorageLocation.Builder |
namespace(String namespace)
The namespace needed to determine the object storage bucket.
|
ObjectStorageLocation.Builder |
region(String region)
The destination Object Store Region specified by the customer.
|
public ObjectStorageLocation.Builder region(String region)
The destination Object Store Region specified by the customer.
region
- the value to setpublic ObjectStorageLocation.Builder namespace(String namespace)
The namespace needed to determine the object storage bucket.
namespace
- the value to setpublic ObjectStorageLocation.Builder bucketName(String bucketName)
The bucket name where usage or cost CSVs will be uploaded.
bucketName
- the value to setpublic ObjectStorageLocation build()
public ObjectStorageLocation.Builder copy(ObjectStorageLocation model)
Copyright © 2016–2024. All rights reserved.