public static interface FileSource.Builder extends SdkPojo, CopyableBuilder<FileSource.Builder,FileSource>
| Modifier and Type | Method and Description |
|---|---|
FileSource.Builder |
contentDigest(String contentDigest)
The digest of the file source.
|
FileSource.Builder |
contentType(String contentType)
The type of content stored in the file source.
|
FileSource.Builder |
s3Uri(String s3Uri)
The Amazon S3 URI for the file source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFileSource.Builder contentType(String contentType)
The type of content stored in the file source.
contentType - The type of content stored in the file source.FileSource.Builder contentDigest(String contentDigest)
The digest of the file source.
contentDigest - The digest of the file source.FileSource.Builder s3Uri(String s3Uri)
The Amazon S3 URI for the file source.
s3Uri - The Amazon S3 URI for the file source.Copyright © 2023. All rights reserved.