Interface GetBlobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeCommitResponse.Builder,CopyableBuilder<GetBlobResponse.Builder,GetBlobResponse>,SdkBuilder<GetBlobResponse.Builder,GetBlobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetBlobResponse
public static interface GetBlobResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<GetBlobResponse.Builder,GetBlobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetBlobResponse.Buildercontent(SdkBytes content)The content of the blob, usually a file.-
Methods inherited from interface software.amazon.awssdk.services.codecommit.model.CodeCommitResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
content
GetBlobResponse.Builder content(SdkBytes content)
The content of the blob, usually a file.
- Parameters:
content- The content of the blob, usually a file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-