public class GetBucketIntelligentTieringConfigurationRequest extends AmazonWebServiceRequest implements Serializable
NOOP
Constructor and Description |
---|
GetBucketIntelligentTieringConfigurationRequest() |
GetBucketIntelligentTieringConfigurationRequest(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 to be retrieved.
|
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 to be retrieved.
|
void |
setId(String id)
Sets the identifier used to represent an S3 Intelligent-Tiering configuration.
|
GetBucketIntelligentTieringConfigurationRequest |
withBucketName(String bucketName)
Sets the name of the bucket from which an S3 Intelligent-Tiering configuration is to be retrieved
and returns this object for method chaining.
|
GetBucketIntelligentTieringConfigurationRequest |
withId(String id)
Sets the identifier used to represent an S3 Intelligent-Tiering 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, withSdkRequestTimeout
public GetBucketIntelligentTieringConfigurationRequest()
public String getBucketName()
public void setBucketName(String bucketName)
public GetBucketIntelligentTieringConfigurationRequest withBucketName(String bucketName)
public String getId()
public void setId(String id)
public GetBucketIntelligentTieringConfigurationRequest withId(String id)
Copyright © 2022. All rights reserved.