public class GetBucketIntelligentTierConfigurationRequest extends CosServiceRequest implements Serializable
Constructor and Description |
---|
GetBucketIntelligentTierConfigurationRequest(String bucketName)
Creates a new request object, ready to be executed to retrieve the bucket
intelligent tier configuration for the specified bucket.
|
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
Returns the name of the bucket whose bucket intelligent tier is being retrieved.
|
void |
setBucketName(String bucketName)
Sets the name of the bucket whose bucket intelligent tier configuration is being retrieved.
|
GetBucketIntelligentTierConfigurationRequest |
withBucketName(String bucketName)
Sets the name of the bucket whose bucket intelligent tier 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 GetBucketIntelligentTierConfigurationRequest(String bucketName)
bucketName
- The name of the bucket whose bucket intelligent tier configuration is being retrieved.public void setBucketName(String bucketName)
bucketName
- The name of the bucket whose bucket intelligent tier is being retrieved.public String getBucketName()
public GetBucketIntelligentTierConfigurationRequest withBucketName(String bucketName)
bucketName
- The name of the bucket whose bucket intelligent tier is being
retrieved.Copyright © 2023. All rights reserved.