Interface DisassociateExternalConnectionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeartifactRequest.Builder,CopyableBuilder<DisassociateExternalConnectionRequest.Builder,DisassociateExternalConnectionRequest>,SdkBuilder<DisassociateExternalConnectionRequest.Builder,DisassociateExternalConnectionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisassociateExternalConnectionRequest
public static interface DisassociateExternalConnectionRequest.Builder extends CodeartifactRequest.Builder, SdkPojo, CopyableBuilder<DisassociateExternalConnectionRequest.Builder,DisassociateExternalConnectionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateExternalConnectionRequest.Builderdomain(String domain)The name of the domain that contains the repository from which to remove the external repository.DisassociateExternalConnectionRequest.BuilderdomainOwner(String domainOwner)The 12-digit account number of the Amazon Web Services account that owns the domain.DisassociateExternalConnectionRequest.BuilderexternalConnection(String externalConnection)The name of the external connection to be removed from the repository.DisassociateExternalConnectionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateExternalConnectionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateExternalConnectionRequest.Builderrepository(String repository)The name of the repository from which the external connection will be removed.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codeartifact.model.CodeartifactRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
domain
DisassociateExternalConnectionRequest.Builder domain(String domain)
The name of the domain that contains the repository from which to remove the external repository.
- Parameters:
domain- The name of the domain that contains the repository from which to remove the external repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainOwner
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.
- Parameters:
domainOwner- The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repository
DisassociateExternalConnectionRequest.Builder repository(String repository)
The name of the repository from which the external connection will be removed.
- Parameters:
repository- The name of the repository from which the external connection will be removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
externalConnection
DisassociateExternalConnectionRequest.Builder externalConnection(String externalConnection)
The name of the external connection to be removed from the repository.
- Parameters:
externalConnection- The name of the external connection to be removed from the repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisassociateExternalConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateExternalConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-