Package com.adobe.testing.s3mock.s3.dto
Class CreateBucketConfiguration
-
- All Implemented Interfaces:
public final class CreateBucketConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description private final BucketInfobucketprivate final LocationInfolocationprivate final LocationConstraintlocationConstraint
-
Constructor Summary
Constructors Constructor Description CreateBucketConfiguration(BucketInfo bucket, LocationInfo location, LocationConstraint locationConstraint)
-
Method Summary
Modifier and Type Method Description final BucketInfogetBucket()final LocationInfogetLocation()final LocationConstraintgetLocationConstraint()final StringregionFrom()-
-
Constructor Detail
-
CreateBucketConfiguration
CreateBucketConfiguration(BucketInfo bucket, LocationInfo location, LocationConstraint locationConstraint)
-
-
Method Detail
-
getBucket
final BucketInfo getBucket()
-
getLocation
final LocationInfo getLocation()
-
getLocationConstraint
final LocationConstraint getLocationConstraint()
-
regionFrom
final String regionFrom()
-
-
-
-