public class DeleteBucketIntelligentTieringConfigurationRequest extends AmazonWebServiceRequest implements Serializable
NOOP| Constructor and Description |
|---|
DeleteBucketIntelligentTieringConfigurationRequest() |
DeleteBucketIntelligentTieringConfigurationRequest(String bucketName,
String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucketName()
Returns the name of the bucket from which an S3 Intelligent-Tiering configuration is deleted.
|
String |
getId()
Returns the identifier used to represent an S3 Intelligent-Tiering configuration.
|
void |
setBucketName(String bucketName)
Sets the name of the bucket from which an S3 Intelligent-Tiering configuration is deleted.
|
void |
setId(String id)
Sets the identifier used to represent an S3 Intelligent-Tiering configuration.
|
DeleteBucketIntelligentTieringConfigurationRequest |
withBucketName(String bucketName)
Sets the name of the bucket from which an S3 Intelligent-Tiering configuration is deleted
and returns this object for method chaining.
|
DeleteBucketIntelligentTieringConfigurationRequest |
withId(String id)
Sets the identifier used to represent an S3 Intelligent-Tiering configuration
and returns this object for method chaining.
|
addHandlerContext, clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DeleteBucketIntelligentTieringConfigurationRequest()
public String getBucketName()
public void setBucketName(String bucketName)
public DeleteBucketIntelligentTieringConfigurationRequest withBucketName(String bucketName)
public String getId()
public void setId(String id)
public DeleteBucketIntelligentTieringConfigurationRequest withId(String id)