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. The valid provider type is Bitbucket.
providerType - The name of the external provider where your third-party code repository is configured. The valid
provider type is Bitbucket.ProviderType,
ProviderTypeCreateConnectionRequest.Builder providerType(ProviderType providerType)
The name of the external provider where your third-party code repository is configured. The valid provider type is Bitbucket.
providerType - The name of the external provider where your third-party code repository is configured. The valid
provider type is Bitbucket.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 that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) 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 © 2020. All rights reserved.