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.BuilderLocationInfo. builder()LocationInfo.BuilderLocationInfo.Builder. name(String name)The name of the location where the bucket will be created.LocationInfo.BuilderLocationInfo. toBuilder()LocationInfo.BuilderLocationInfo.Builder. type(String type)The type of location where the bucket will be created.LocationInfo.BuilderLocationInfo.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.BuilderCreateBucketConfiguration.Builder. location(Consumer<LocationInfo.Builder> location)Specifies the location where the bucket will be created.
-