Uses of Interface
software.amazon.awssdk.services.signer.model.S3Destination.Builder
-
Packages that use S3Destination.Builder Package Description software.amazon.awssdk.services.signer.model -
-
Uses of S3Destination.Builder in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return S3Destination.Builder Modifier and Type Method Description S3Destination.BuilderS3Destination.Builder. bucketName(String bucketName)Name of the S3 bucket.static S3Destination.BuilderS3Destination. builder()S3Destination.BuilderS3Destination.Builder. prefix(String prefix)An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.S3Destination.BuilderS3Destination. toBuilder()Methods in software.amazon.awssdk.services.signer.model that return types with arguments of type S3Destination.Builder Modifier and Type Method Description static Class<? extends S3Destination.Builder>S3Destination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.signer.model with type arguments of type S3Destination.Builder Modifier and Type Method Description default Destination.BuilderDestination.Builder. s3(Consumer<S3Destination.Builder> s3)TheS3Destinationobject.
-