Uses of Interface
software.amazon.awssdk.services.signer.model.S3Source.Builder
-
Packages that use S3Source.Builder Package Description software.amazon.awssdk.services.signer.model -
-
Uses of S3Source.Builder in software.amazon.awssdk.services.signer.model
Methods in software.amazon.awssdk.services.signer.model that return S3Source.Builder Modifier and Type Method Description S3Source.BuilderS3Source.Builder. bucketName(String bucketName)Name of the S3 bucket.static S3Source.BuilderS3Source. builder()S3Source.BuilderS3Source.Builder. key(String key)Key name of the bucket object that contains your unsigned code.S3Source.BuilderS3Source. toBuilder()S3Source.BuilderS3Source.Builder. version(String version)Version of your source image in your version enabled S3 bucket.Methods in software.amazon.awssdk.services.signer.model that return types with arguments of type S3Source.Builder Modifier and Type Method Description static Class<? extends S3Source.Builder>S3Source. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.signer.model with type arguments of type S3Source.Builder Modifier and Type Method Description default Source.BuilderSource.Builder. s3(Consumer<S3Source.Builder> s3)TheS3Sourceobject.
-