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 Amazon Web Services 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 Amazon Web Services account that owns the domain that contains the repository. It does not include dashes or spaces.
domainOwner - The 12-digit account number of the Amazon Web Services 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.
format - Returns which endpoint of a repository to return. A repository has one endpoint for each package
format.PackageFormat,
PackageFormatGetRepositoryEndpointRequest.Builder format(PackageFormat format)
Returns which endpoint of a repository to return. A repository has one endpoint for each package format.
format - Returns which endpoint of a repository to return. A repository has one endpoint for each package
format.PackageFormat,
PackageFormatGetRepositoryEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetRepositoryEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.