| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarconnections |
|
| software.amazon.awssdk.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateConnectionResponse |
CodeStarConnectionsClient.createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest)
Creates a connection that can then be given to other AWS services like CodePipeline so that it can access
third-party code repositories.
|
default CompletableFuture<CreateConnectionResponse> |
CodeStarConnectionsAsyncClient.createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest)
Creates a connection that can then be given to other AWS services like CodePipeline so that it can access
third-party code repositories.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateConnectionRequest.Builder |
CreateConnectionRequest.builder() |
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.connectionName(String connectionName)
The name of the connection to be created.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.hostArn(String hostArn)
The Amazon Resource Name (ARN) of the host associated with the connection to be created.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.providerType(ProviderType providerType)
The name of the external provider where your third-party code repository is configured.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.providerType(String providerType)
The name of the external provider where your third-party code repository is configured.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.tags(Collection<Tag> tags)
The key-value pair to use when tagging the resource.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The key-value pair to use when tagging the resource.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.tags(Tag... tags)
The key-value pair to use when tagging the resource.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateConnectionRequest.Builder> |
CreateConnectionRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.