StoreBucketTypeProps.Builder Class
A builder for constructing StoreBucketTypeProps instances
Rather than having to manually construct the options and instantiating a StoreBucketTypeProps directly, this builder may be used.
var storeProps = new StoreBucketTypeProps.Builder()
             .withAllowMult(true)
             .build();
