public static interface DisassociateExternalConnectionResponse.Builder extends CodeartifactResponse.Builder, SdkPojo, CopyableBuilder<DisassociateExternalConnectionResponse.Builder,DisassociateExternalConnectionResponse>
| Modifier and Type | Method and Description |
|---|---|
default DisassociateExternalConnectionResponse.Builder |
repository(Consumer<RepositoryDescription.Builder> repository)
The repository associated with the removed external connection.
|
DisassociateExternalConnectionResponse.Builder |
repository(RepositoryDescription repository)
The repository associated with the removed external connection.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateExternalConnectionResponse.Builder repository(RepositoryDescription repository)
The repository associated with the removed external connection.
repository - The repository associated with the removed external connection.default DisassociateExternalConnectionResponse.Builder repository(Consumer<RepositoryDescription.Builder> repository)
The repository associated with the removed external connection.
This is a convenience method that creates an instance of theRepositoryDescription.Builder avoiding
the need to create one manually via RepositoryDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to repository(RepositoryDescription).
repository - a consumer that will call methods on RepositoryDescription.Builderrepository(RepositoryDescription)Copyright © 2023. All rights reserved.