public static interface GetBlobRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, 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) |
GetBlobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBlobRequest.Builder |
repositoryName(String repositoryName)
The name of the repository that contains the blob.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderGetBlobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.