public static interface GetRepositoryPermissionsPolicyRequest.Builder extends CodeartifactRequest.Builder, SdkPojo, CopyableBuilder<GetRepositoryPermissionsPolicyRequest.Builder,GetRepositoryPermissionsPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
GetRepositoryPermissionsPolicyRequest.Builder |
domain(String domain)
The name of the domain containing the repository whose associated resource policy is to be retrieved.
|
GetRepositoryPermissionsPolicyRequest.Builder |
domainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
GetRepositoryPermissionsPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetRepositoryPermissionsPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetRepositoryPermissionsPolicyRequest.Builder |
repository(String repository)
The name of the repository whose associated resource policy is to be retrieved.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRepositoryPermissionsPolicyRequest.Builder domain(String domain)
The name of the domain containing the repository whose associated resource policy is to be retrieved.
domain - The name of the domain containing the repository whose associated resource policy is to be retrieved.GetRepositoryPermissionsPolicyRequest.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.GetRepositoryPermissionsPolicyRequest.Builder repository(String repository)
The name of the repository whose associated resource policy is to be retrieved.
repository - The name of the repository whose associated resource policy is to be retrieved.GetRepositoryPermissionsPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetRepositoryPermissionsPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.