public static interface DescribeRepositoryRequest.Builder extends CodeartifactRequest.Builder, SdkPojo, CopyableBuilder<DescribeRepositoryRequest.Builder,DescribeRepositoryRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeRepositoryRequest.Builder |
domain(String domain)
The name of the domain that contains the repository to describe.
|
DescribeRepositoryRequest.Builder |
domainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
DescribeRepositoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeRepositoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeRepositoryRequest.Builder |
repository(String repository)
A string that specifies the name of the requested repository.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRepositoryRequest.Builder domain(String domain)
The name of the domain that contains the repository to describe.
domain - The name of the domain that contains the repository to describe.DescribeRepositoryRequest.Builder domainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
domainOwner - The 12-digit account number of the Amazon Web Services account that owns the domain. It does not
include dashes or spaces.DescribeRepositoryRequest.Builder repository(String repository)
A string that specifies the name of the requested repository.
repository - A string that specifies the name of the requested repository.DescribeRepositoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeRepositoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.