CopyableBuilder<GetBlobRequest.Builder,GetBlobRequest>
, SdkBuilder<GetBlobRequest.Builder,GetBlobRequest>
public static interface GetBlobRequest.Builder extends CopyableBuilder<GetBlobRequest.Builder,GetBlobRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
GetBlobRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.