public static interface GetBlobResponse.Builder extends CodeCommitResponse.Builder, CopyableBuilder<GetBlobResponse.Builder,GetBlobResponse>
Modifier and Type | Method and Description |
---|---|
GetBlobResponse.Builder |
content(SdkBytes content)
The content of the blob, usually a file.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetBlobResponse.Builder content(SdkBytes content)
The content of the blob, usually a file.
content
- The content of the blob, usually a file.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.