Uses of Interface
software.amazon.awssdk.services.s3.model.BucketInfo.Builder
Packages that use BucketInfo.Builder
-
Uses of BucketInfo.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return BucketInfo.BuilderModifier and TypeMethodDescriptionstatic BucketInfo.BuilderBucketInfo.builder()BucketInfo.Builder.dataRedundancy(String dataRedundancy) The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.BucketInfo.Builder.dataRedundancy(DataRedundancy dataRedundancy) The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.BucketInfo.toBuilder()The type of bucket.BucketInfo.Builder.type(BucketType type) The type of bucket.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type BucketInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BucketInfo.Builder>BucketInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type BucketInfo.BuilderModifier and TypeMethodDescriptionCreateBucketConfiguration.Builder.bucket(Consumer<BucketInfo.Builder> bucket) Specifies the information about the bucket that will be created.