Interface CfnBucket.AccelerateConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBucket.AccelerateConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnBucket
@Stability(Stable)
public static interface CfnBucket.AccelerateConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configures the transfer acceleration state for an Amazon S3 bucket.
For more information, see Amazon S3 Transfer Acceleration in the Amazon S3 User Guide .
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.s3.*; AccelerateConfigurationProperty accelerateConfigurationProperty = AccelerateConfigurationProperty.builder() .accelerationStatus("accelerationStatus") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBucket.AccelerateConfigurationProperty
static final class
An implementation forCfnBucket.AccelerateConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Specifies the transfer acceleration status of the bucket.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccelerationStatus
Specifies the transfer acceleration status of the bucket. -
builder
-