Uses of Interface
software.amazon.awssdk.services.codecommit.model.BlobMetadata.Builder
-
Packages that use BlobMetadata.Builder Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of BlobMetadata.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return BlobMetadata.Builder Modifier and Type Method Description BlobMetadata.BuilderBlobMetadata.Builder. blobId(String blobId)The full ID of the blob.static BlobMetadata.BuilderBlobMetadata. builder()BlobMetadata.BuilderBlobMetadata.Builder. mode(String mode)The file mode permissions of the blob.BlobMetadata.BuilderBlobMetadata.Builder. path(String path)The path to the blob and associated file name, if any.BlobMetadata.BuilderBlobMetadata. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type BlobMetadata.Builder Modifier and Type Method Description static Class<? extends BlobMetadata.Builder>BlobMetadata. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type BlobMetadata.Builder Modifier and Type Method Description default Difference.BuilderDifference.Builder. afterBlob(Consumer<BlobMetadata.Builder> afterBlob)Information about anafterBlobdata type object, including the ID, the file mode permission code, and the path.default Difference.BuilderDifference.Builder. beforeBlob(Consumer<BlobMetadata.Builder> beforeBlob)Information about abeforeBlobdata type object, including the ID, the file mode permission code, and the path.
-