Uses of Interface
software.amazon.awssdk.services.s3.model.LocationInfo.Builder
-
Packages that use LocationInfo.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of LocationInfo.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return LocationInfo.Builder Modifier and Type Method Description static LocationInfo.Builder
LocationInfo. builder()
LocationInfo.Builder
LocationInfo.Builder. name(String name)
The name of the location where the bucket will be created.LocationInfo.Builder
LocationInfo. toBuilder()
LocationInfo.Builder
LocationInfo.Builder. type(String type)
The type of location where the bucket will be created.LocationInfo.Builder
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.Builder Modifier and Type Method Description static Class<? extends LocationInfo.Builder>
LocationInfo. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type LocationInfo.Builder Modifier and Type Method Description default CreateBucketConfiguration.Builder
CreateBucketConfiguration.Builder. location(Consumer<LocationInfo.Builder> location)
Specifies the location where the bucket will be created.
-