public class DeleteBucketMetricsConfigurationRequest extends AmazonWebServiceRequest implements Serializable
Constructor and Description |
---|
DeleteBucketMetricsConfigurationRequest() |
DeleteBucketMetricsConfigurationRequest(String bucketName,
String id) |
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
Returns the name of the bucket from which the metrics configuration is deleted.
|
String |
getId()
Returns the ID used to identify the metrics configuration.
|
void |
setBucketName(String bucketName)
Sets the name of the bucket from which the metrics configuration is deleted.
|
void |
setId(String id)
Sets the ID used to identify the metrics configuration.
|
DeleteBucketMetricsConfigurationRequest |
withBucketName(String bucketName)
Sets the name of the bucket from which the metrics configuration is deleted
and returns this object for method chaining.
|
DeleteBucketMetricsConfigurationRequest |
withId(String id)
Sets the ID used to identify the metrics configuration
and returns
DeleteBucketMetricsConfigurationRequest object for method chaining. |
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DeleteBucketMetricsConfigurationRequest()
public String getBucketName()
public void setBucketName(String bucketName)
public DeleteBucketMetricsConfigurationRequest withBucketName(String bucketName)
public String getId()
public void setId(String id)
public DeleteBucketMetricsConfigurationRequest withId(String id)
DeleteBucketMetricsConfigurationRequest
object for method chaining.Copyright © 2018. All rights reserved.