public class GetBucketWebsiteConfigurationRequest extends CosServiceRequest implements Serializable
| 构造器和说明 |
|---|
GetBucketWebsiteConfigurationRequest(String bucketName)
Creates a new request object, ready to be executed to retrieve the bucket
website configuration for the specified bucket.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBucketName()
Returns the name of the bucket whose website configuration is being
retrieved.
|
void |
setBucketName(String bucketName)
Sets the name of the bucket whose website configuration is being
retrieved.
|
GetBucketWebsiteConfigurationRequest |
withBucketName(String bucketName)
Sets the name of the bucket whose website configuration is being
retrieved, and returns this updated request object so that additional
method calls can be chained together.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getFixedEndpointAddr, getGeneralProgressListener, getReadLimit, getRequestClientOptions, putCustomQueryParameter, putCustomRequestHeader, setFixedEndpointAddr, setGeneralProgressListener, withGeneralProgressListenerpublic GetBucketWebsiteConfigurationRequest(String bucketName)
bucketName - The name of the bucket whose website configuration is being
retrieved.public void setBucketName(String bucketName)
bucketName - The name of the bucket whose website configuration is being
retrieved.public String getBucketName()
public GetBucketWebsiteConfigurationRequest withBucketName(String bucketName)
bucketName - The name of the bucket whose website configuration is being
retrieved.Copyright © 2020. All rights reserved.