Interface GetBlobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeCommitRequest.Builder,CopyableBuilder<GetBlobRequest.Builder,GetBlobRequest>,SdkBuilder<GetBlobRequest.Builder,GetBlobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetBlobRequest
public static interface GetBlobRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<GetBlobRequest.Builder,GetBlobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetBlobRequest.BuilderblobId(String blobId)The ID of the blob, which is its SHA-1 pointer.GetBlobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBlobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBlobRequest.BuilderrepositoryName(String repositoryName)The name of the repository that contains the blob.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codecommit.model.CodeCommitRequest.Builder
build
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
repositoryName
GetBlobRequest.Builder repositoryName(String repositoryName)
The name of the repository that contains the blob.
- Parameters:
repositoryName- The name of the repository that contains the blob.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blobId
GetBlobRequest.Builder blobId(String blobId)
The ID of the blob, which is its SHA-1 pointer.
- Parameters:
blobId- The ID of the blob, which is its SHA-1 pointer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetBlobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetBlobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-