public static interface GetBlobResponse.Builder extends CodeCommitResponse.Builder, CopyableBuilder<GetBlobResponse.Builder,GetBlobResponse>
| Modifier and Type | Method and Description |
|---|---|
GetBlobResponse.Builder |
content(ByteBuffer content)
The content of the blob, usually a file.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetBlobResponse.Builder content(ByteBuffer content)
The content of the blob, usually a file.
To preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.
content - The content of the blob, usually a file.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.