Interface CreateConnectionRequest.Builder
- All Superinterfaces:
 AppRunnerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateConnectionRequest.Builder,,CreateConnectionRequest> SdkBuilder<CreateConnectionRequest.Builder,,CreateConnectionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateConnectionRequest
public static interface CreateConnectionRequest.Builder
extends AppRunnerRequest.Builder, SdkPojo, CopyableBuilder<CreateConnectionRequest.Builder,CreateConnectionRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionconnectionName(String connectionName) A name for the new connection.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.providerType(String providerType) The source repository provider.providerType(ProviderType providerType) The source repository provider.tags(Collection<Tag> tags) A list of metadata items that you can associate with your connection resource.tags(Consumer<Tag.Builder>... tags) A list of metadata items that you can associate with your connection resource.A list of metadata items that you can associate with your connection resource.Methods inherited from interface software.amazon.awssdk.services.apprunner.model.AppRunnerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
connectionName
A name for the new connection. It must be unique across all App Runner connections for the Amazon Web Services account in the Amazon Web Services Region.
- Parameters:
 connectionName- A name for the new connection. It must be unique across all App Runner connections for the Amazon Web Services account in the Amazon Web Services Region.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
providerType
The source repository provider.
- Parameters:
 providerType- The source repository provider.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
providerType
The source repository provider.
- Parameters:
 providerType- The source repository provider.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
tags
A list of metadata items that you can associate with your connection resource. A tag is a key-value pair.
- Parameters:
 tags- A list of metadata items that you can associate with your connection resource. A tag is a key-value pair.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
A list of metadata items that you can associate with your connection resource. A tag is a key-value pair.
- Parameters:
 tags- A list of metadata items that you can associate with your connection resource. A tag is a key-value pair.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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 method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
 tags- a consumer that will call methods onTag.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
CreateConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -