public static interface InitiateLayerUploadRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<InitiateLayerUploadRequest.Builder,InitiateLayerUploadRequest>
Modifier and Type | Method and Description |
---|---|
InitiateLayerUploadRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
InitiateLayerUploadRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
InitiateLayerUploadRequest.Builder |
registryId(String registryId)
The AWS account ID associated with the registry to which you intend to upload layers.
|
InitiateLayerUploadRequest.Builder |
repositoryName(String repositoryName)
The name of the repository to which you intend to upload layers.
|
build
overrideConfiguration
copy
applyMutation, build
InitiateLayerUploadRequest.Builder registryId(String registryId)
The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.
registryId
- The AWS account ID associated with the registry to which you intend to upload layers. If you do not
specify a registry, the default registry is assumed.InitiateLayerUploadRequest.Builder repositoryName(String repositoryName)
The name of the repository to which you intend to upload layers.
repositoryName
- The name of the repository to which you intend to upload layers.InitiateLayerUploadRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
InitiateLayerUploadRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.