public static interface AssociateExternalConnectionResponse.Builder extends CodeartifactResponse.Builder, SdkPojo, CopyableBuilder<AssociateExternalConnectionResponse.Builder,AssociateExternalConnectionResponse>
| Modifier and Type | Method and Description |
|---|---|
default AssociateExternalConnectionResponse.Builder |
repository(Consumer<RepositoryDescription.Builder> repository)
Information about the connected repository after processing the request.
|
AssociateExternalConnectionResponse.Builder |
repository(RepositoryDescription repository)
Information about the connected repository after processing the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateExternalConnectionResponse.Builder repository(RepositoryDescription repository)
Information about the connected repository after processing the request.
repository - Information about the connected repository after processing the request.default AssociateExternalConnectionResponse.Builder repository(Consumer<RepositoryDescription.Builder> repository)
Information about the connected repository after processing the request.
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.