public class GetBucketAnalyticsConfigurationRequest extends AmazonWebServiceRequest implements Serializable, ExpectedBucketOwnerRequest
NOOP| Constructor and Description |
|---|
GetBucketAnalyticsConfigurationRequest() |
GetBucketAnalyticsConfigurationRequest(String bucketName,
String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucketName()
Returns the name of the bucket from which an analytics configuration is to be retrieved.
|
String |
getExpectedBucketOwner()
The account id of the expected bucket owner.
|
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 to be retrieved.
|
void |
setExpectedBucketOwner(String expectedBucketOwner)
The account id of the expected bucket owner.
|
void |
setId(String id)
Sets the identifier used to represent an analytics configuration.
|
GetBucketAnalyticsConfigurationRequest |
withBucketName(String bucketName)
Sets the name of the bucket from which an analytics configuration is to be retrieved
and returns this object for method chaining.
|
GetBucketAnalyticsConfigurationRequest |
withExpectedBucketOwner(String expectedBucketOwner)
The account id of the expected bucket owner.
|
GetBucketAnalyticsConfigurationRequest |
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, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic GetBucketAnalyticsConfigurationRequest()
public String getExpectedBucketOwner()
ExpectedBucketOwnerRequestgetExpectedBucketOwner in interface ExpectedBucketOwnerRequestpublic GetBucketAnalyticsConfigurationRequest withExpectedBucketOwner(String expectedBucketOwner)
ExpectedBucketOwnerRequestwithExpectedBucketOwner in interface ExpectedBucketOwnerRequestpublic void setExpectedBucketOwner(String expectedBucketOwner)
ExpectedBucketOwnerRequestsetExpectedBucketOwner in interface ExpectedBucketOwnerRequestpublic String getBucketName()
public void setBucketName(String bucketName)
public GetBucketAnalyticsConfigurationRequest withBucketName(String bucketName)
public String getId()
public void setId(String id)
public GetBucketAnalyticsConfigurationRequest withId(String id)
Copyright © 2020. All rights reserved.