public static interface CreateConnectionRequest.Builder extends AppRunnerRequest.Builder, SdkPojo, CopyableBuilder<CreateConnectionRequest.Builder,CreateConnectionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateConnectionRequest.Builder |
connectionName(String connectionName)
A name for the new connection.
|
CreateConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateConnectionRequest.Builder |
providerType(ProviderType providerType)
The source repository provider.
|
CreateConnectionRequest.Builder |
providerType(String providerType)
The source repository provider.
|
CreateConnectionRequest.Builder |
tags(Collection<Tag> tags)
A list of metadata items that you can associate with your connection resource.
|
CreateConnectionRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of metadata items that you can associate with your connection resource.
|
CreateConnectionRequest.Builder |
tags(Tag... tags)
A list of metadata items that you can associate with your connection resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateConnectionRequest.Builder connectionName(String connectionName)
A name for the new connection. It must be unique across all App Runner connections for the AWS account in the AWS Region.
connectionName - A name for the new connection. It must be unique across all App Runner connections for the AWS account
in the AWS Region.CreateConnectionRequest.Builder providerType(String providerType)
The source repository provider.
providerType - The source repository provider.ProviderType,
ProviderTypeCreateConnectionRequest.Builder providerType(ProviderType providerType)
The source repository provider.
providerType - The source repository provider.ProviderType,
ProviderTypeCreateConnectionRequest.Builder tags(Collection<Tag> tags)
A list of metadata items that you can associate with your connection resource. A tag is a key-value pair.
tags - A list of metadata items that you can associate with your connection resource. A tag is a key-value
pair.CreateConnectionRequest.Builder tags(Tag... tags)
A list of metadata items that you can associate with your connection resource. A tag is a key-value pair.
tags - A list of metadata items that you can associate with your connection resource. A tag is a key-value
pair.CreateConnectionRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of metadata items that you can associate with your connection resource. A tag is a key-value pair.
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.