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 AWS account that owns the domain.
|
GetRepositoryPermissionsPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetRepositoryPermissionsPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetRepositoryPermissionsPolicyRequest.Builder |
repository(String repository)
The name of the repository whose associated resource policy is to be retrieved.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetRepositoryPermissionsPolicyRequest.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 AWS account that owns the domain. It does not include dashes or spaces.
domainOwner
- The 12-digit account number of the AWS 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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetRepositoryPermissionsPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.