public static interface CreateConnectionRequest.Builder extends CodeStarConnectionsRequest.Builder, SdkPojo, CopyableBuilder<CreateConnectionRequest.Builder,CreateConnectionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateConnectionRequest.Builder |
connectionName(String connectionName)
The name of the connection to be created.
|
CreateConnectionRequest.Builder |
hostArn(String hostArn)
The Amazon Resource Name (ARN) of the host associated with the connection to be created.
|
CreateConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateConnectionRequest.Builder |
providerType(ProviderType providerType)
The name of the external provider where your third-party code repository is configured.
|
CreateConnectionRequest.Builder |
providerType(String providerType)
The name of the external provider where your third-party code repository is configured.
|
CreateConnectionRequest.Builder |
tags(Collection<Tag> tags)
The key-value pair to use when tagging the resource.
|
CreateConnectionRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The key-value pair to use when tagging the resource.
|
CreateConnectionRequest.Builder |
tags(Tag... tags)
The key-value pair to use when tagging the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateConnectionRequest.Builder providerType(String providerType)
The name of the external provider where your third-party code repository is configured.
providerType - The name of the external provider where your third-party code repository is configured.ProviderType,
ProviderTypeCreateConnectionRequest.Builder providerType(ProviderType providerType)
The name of the external provider where your third-party code repository is configured.
providerType - The name of the external provider where your third-party code repository is configured.ProviderType,
ProviderTypeCreateConnectionRequest.Builder connectionName(String connectionName)
The name of the connection to be created. The name must be unique in the calling AWS account.
connectionName - The name of the connection to be created. The name must be unique in the calling AWS account.CreateConnectionRequest.Builder tags(Collection<Tag> tags)
The key-value pair to use when tagging the resource.
tags - The key-value pair to use when tagging the resource.CreateConnectionRequest.Builder tags(Tag... tags)
The key-value pair to use when tagging the resource.
tags - The key-value pair to use when tagging the resource.CreateConnectionRequest.Builder tags(Consumer<Tag.Builder>... tags)
The key-value pair to use when tagging the resource.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateConnectionRequest.Builder hostArn(String hostArn)
The Amazon Resource Name (ARN) of the host associated with the connection to be created.
hostArn - The Amazon Resource Name (ARN) of the host associated with the connection to be created.CreateConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.