public static interface DisassociateExternalConnectionRequest.Builder extends CodeartifactRequest.Builder, SdkPojo, CopyableBuilder<DisassociateExternalConnectionRequest.Builder,DisassociateExternalConnectionRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateExternalConnectionRequest.Builder |
domain(String domain)
The name of the domain that contains the repository from which to remove the external repository.
|
DisassociateExternalConnectionRequest.Builder |
domainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
DisassociateExternalConnectionRequest.Builder |
externalConnection(String externalConnection)
The name of the external connection to be removed from the repository.
|
DisassociateExternalConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateExternalConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateExternalConnectionRequest.Builder |
repository(String repository)
The name of the repository from which the external connection will be removed.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateExternalConnectionRequest.Builder domain(String domain)
The name of the domain that contains the repository from which to remove the external repository.
domain - The name of the domain that contains the repository from which to remove the external repository.DisassociateExternalConnectionRequest.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.DisassociateExternalConnectionRequest.Builder repository(String repository)
The name of the repository from which the external connection will be removed.
repository - The name of the repository from which the external connection will be removed.DisassociateExternalConnectionRequest.Builder externalConnection(String externalConnection)
The name of the external connection to be removed from the repository.
externalConnection - The name of the external connection to be removed from the repository.DisassociateExternalConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateExternalConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.