Uses of Interface
software.amazon.awssdk.services.appfabric.model.S3Bucket.Builder
-
Packages that use S3Bucket.Builder Package Description software.amazon.awssdk.services.appfabric.model -
-
Uses of S3Bucket.Builder in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return S3Bucket.Builder Modifier and Type Method Description S3Bucket.BuilderS3Bucket.Builder. bucketName(String bucketName)The name of the Amazon S3 bucket.static S3Bucket.BuilderS3Bucket. builder()S3Bucket.BuilderS3Bucket.Builder. prefix(String prefix)The object key to use.S3Bucket.BuilderS3Bucket. toBuilder()Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type S3Bucket.Builder Modifier and Type Method Description static Class<? extends S3Bucket.Builder>S3Bucket. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appfabric.model with type arguments of type S3Bucket.Builder Modifier and Type Method Description static DestinationDestination. fromS3Bucket(Consumer<S3Bucket.Builder> s3Bucket)Create an instance of this class withDestination.s3Bucket()initialized to the given value.default Destination.BuilderDestination.Builder. s3Bucket(Consumer<S3Bucket.Builder> s3Bucket)Contains information about an Amazon S3 bucket.
-