Uses of Interface
software.amazon.awssdk.services.s3.model.LocationInfo.Builder
Packages that use LocationInfo.Builder
-
Uses of LocationInfo.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return LocationInfo.BuilderModifier and TypeMethodDescriptionstatic LocationInfo.BuilderLocationInfo.builder()The name of the location where the bucket will be created.LocationInfo.toBuilder()The type of location where the bucket will be created.LocationInfo.Builder.type(LocationType type) The type of location where the bucket will be created.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type LocationInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LocationInfo.Builder>LocationInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type LocationInfo.BuilderModifier and TypeMethodDescriptionCreateBucketConfiguration.Builder.location(Consumer<LocationInfo.Builder> location) Specifies the location where the bucket will be created.