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