Interface CreateConnectionRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CodeStarConnectionsRequest.Builder,CopyableBuilder<CreateConnectionRequest.Builder,,CreateConnectionRequest> SdkBuilder<CreateConnectionRequest.Builder,,CreateConnectionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateConnectionRequest
public static interface CreateConnectionRequest.Builder
extends CodeStarConnectionsRequest.Builder, SdkPojo, CopyableBuilder<CreateConnectionRequest.Builder,CreateConnectionRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionconnectionName(String connectionName) The name of the connection to be created.The Amazon Resource Name (ARN) of the host associated with the connection to be created.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.providerType(String providerType) The name of the external provider where your third-party code repository is configured.providerType(ProviderType providerType) The name of the external provider where your third-party code repository is configured.tags(Collection<Tag> tags) The key-value pair to use when tagging the resource.tags(Consumer<Tag.Builder>... tags) The key-value pair to use when tagging the resource.The key-value pair to use when tagging the resource.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.codestarconnections.model.CodeStarConnectionsRequest.Builder
buildMethods 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, sdkFields 
- 
Method Details
- 
providerType
The name of the external provider where your third-party code repository is configured.
- Parameters:
 providerType- The name of the external provider where your third-party code repository is configured.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
providerType
The name of the external provider where your third-party code repository is configured.
- Parameters:
 providerType- The name of the external provider where your third-party code repository is configured.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
connectionName
The name of the connection to be created.
- Parameters:
 connectionName- The name of the connection to be created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The key-value pair to use when tagging the resource.
- Parameters:
 tags- The key-value pair to use when tagging the resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The key-value pair to use when tagging the resource.
- Parameters:
 tags- The key-value pair to use when tagging the resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The key-value pair to use when tagging the resource.
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:
 
 - 
hostArn
The Amazon Resource Name (ARN) of the host associated with the connection to be created.
- Parameters:
 hostArn- The Amazon Resource Name (ARN) of the host associated with the connection to be created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
 
 
 -