public static interface GetRepositoryEndpointRequest.Builder extends CodeartifactRequest.Builder, SdkPojo, CopyableBuilder<GetRepositoryEndpointRequest.Builder,GetRepositoryEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
GetRepositoryEndpointRequest.Builder |
domain(String domain)
The name of the domain that contains the repository.
|
GetRepositoryEndpointRequest.Builder |
domainOwner(String domainOwner)
The 12-digit account number of the AWS account that owns the domain that contains the repository.
|
GetRepositoryEndpointRequest.Builder |
format(PackageFormat format)
Returns which endpoint of a repository to return.
|
GetRepositoryEndpointRequest.Builder |
format(String format)
Returns which endpoint of a repository to return.
|
GetRepositoryEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetRepositoryEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetRepositoryEndpointRequest.Builder |
repository(String repository)
The name of the repository.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRepositoryEndpointRequest.Builder domain(String domain)
The name of the domain that contains the repository.
domain - The name of the domain that contains the repository.GetRepositoryEndpointRequest.Builder domainOwner(String domainOwner)
The 12-digit account number of the AWS account that owns the domain that contains the repository. It does not include dashes or spaces.
domainOwner - The 12-digit account number of the AWS account that owns the domain that contains the repository. It
does not include dashes or spaces.GetRepositoryEndpointRequest.Builder repository(String repository)
The name of the repository.
repository - The name of the repository.GetRepositoryEndpointRequest.Builder format(String format)
Returns which endpoint of a repository to return. A repository has one endpoint for each package format:
npm
pypi
maven
format - Returns which endpoint of a repository to return. A repository has one endpoint for each package
format:
npm
pypi
maven
PackageFormat,
PackageFormatGetRepositoryEndpointRequest.Builder format(PackageFormat format)
Returns which endpoint of a repository to return. A repository has one endpoint for each package format:
npm
pypi
maven
format - Returns which endpoint of a repository to return. A repository has one endpoint for each package
format:
npm
pypi
maven
PackageFormat,
PackageFormatGetRepositoryEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetRepositoryEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.