public static interface GetBlobRequest.Builder extends CodeCommitRequest.Builder, CopyableBuilder<GetBlobRequest.Builder,GetBlobRequest>
| Modifier and Type | Method and Description |
|---|---|
GetBlobRequest.Builder |
blobId(String blobId)
The ID of the blob, which is its SHA-1 pointer.
|
GetBlobRequest.Builder |
repositoryName(String repositoryName)
The name of the repository that contains the blob.
|
GetBlobRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetBlobRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildGetBlobRequest.Builder repositoryName(String repositoryName)
The name of the repository that contains the blob.
repositoryName - The name of the repository that contains the blob.GetBlobRequest.Builder blobId(String blobId)
The ID of the blob, which is its SHA-1 pointer.
blobId - The ID of the blob, which is its SHA-1 pointer.GetBlobRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetBlobRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.