public class DeleteBucketDomainConfigurationRequest extends CosServiceRequest implements Serializable
| Constructor and Description |
|---|
DeleteBucketDomainConfigurationRequest(String bucketName)
Creates a new request object, ready to be executed to delete the specified
bucket's domain configuration.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBucketName()
Returns the name of the bucket whose domain configuration is being deleted.
|
void |
setBucketName(String bucketName)
Sets the name of the bucket whose domain configuration is to be deleted.
|
DeleteBucketDomainConfigurationRequest |
withBucketName(String bucketName)
Sets the name of the bucket whose domain configuration is being deleted and
returns this deleted request object so that additional method calls can
be chained together.
|
clone, copyBaseTo, getCiSpecialEndParameter, getCloneRoot, getCloneSource, getCosCredentials, getCustomQueryParameters, getCustomRequestHeaders, getFixedEndpointAddr, getGeneralProgressListener, getReadLimit, getRequestClientOptions, putCustomQueryParameter, putCustomRequestHeader, setCiSpecialEndParameter, setCosCredentials, setFixedEndpointAddr, setGeneralProgressListener, withGeneralProgressListenerpublic DeleteBucketDomainConfigurationRequest(String bucketName)
bucketName - The name of the bucket whose domain configuration is being deleted.public void setBucketName(String bucketName)
bucketName - The name of the bucket whose domain configuration is being deleted.public String getBucketName()
public DeleteBucketDomainConfigurationRequest withBucketName(String bucketName)
bucketName - The name of the bucket whose domain configuration is being
deleted.Copyright © 2023. All rights reserved.