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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetBlobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetBlobRequest.Builder |
repositoryName(String repositoryName)
The name of the repository that contains the blob.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetBlobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.