public class BucketDomainCertificateRequest extends CosServiceRequest implements Serializable
Constructor and Description |
---|
BucketDomainCertificateRequest(String bucketName)
Creates a new request object, ready to be executed to retrieve the bucket
domain certificate for the specified bucket.
|
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
Returns the name of the bucket whose domain configuration is being retrieved.
|
String |
getDomainName() |
void |
setBucketName(String bucketName)
Sets the name of the bucket whose domain configuration is being retrieved.
|
void |
setDomainName(String domainName) |
BucketDomainCertificateRequest |
withBucketName(String bucketName)
Sets the name of the bucket whose domain configuration is being
retrieved, and returns this updated 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, withGeneralProgressListener
public BucketDomainCertificateRequest(String bucketName)
bucketName
- The name of the bucket whose domain certificate is being retrieved.public void setBucketName(String bucketName)
bucketName
- The name of the bucket whose domain configuration is being retrieved.public String getBucketName()
public BucketDomainCertificateRequest withBucketName(String bucketName)
bucketName
- The name of the bucket whose domain configuration is being
retrieved.public void setDomainName(String domainName)
public String getDomainName()
Copyright © 2022. All rights reserved.