CopyableBuilder<InitiateLayerUploadRequest.Builder,InitiateLayerUploadRequest>
, SdkBuilder<InitiateLayerUploadRequest.Builder,InitiateLayerUploadRequest>
public static interface InitiateLayerUploadRequest.Builder extends CopyableBuilder<InitiateLayerUploadRequest.Builder,InitiateLayerUploadRequest>
Modifier and Type | Method | Description |
---|---|---|
InitiateLayerUploadRequest.Builder |
registryId(String registryId) |
The AWS account ID associated with the registry that you intend to upload layers to.
|
InitiateLayerUploadRequest.Builder |
repositoryName(String repositoryName) |
The name of the repository that you intend to upload layers to.
|
copy
apply, build
InitiateLayerUploadRequest.Builder registryId(String registryId)
The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.
registryId
- The AWS account ID associated with the registry that you intend to upload layers to. If you do not
specify a registry, the default registry is assumed.InitiateLayerUploadRequest.Builder repositoryName(String repositoryName)
The name of the repository that you intend to upload layers to.
repositoryName
- The name of the repository that you intend to upload layers to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.