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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateConnectionRequest.BuilderconnectionName(String connectionName)The name of the connection to be created.CreateConnectionRequest.BuilderhostArn(String hostArn)The Amazon Resource Name (ARN) of the host associated with the connection to be created.CreateConnectionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateConnectionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateConnectionRequest.BuilderproviderType(String providerType)The name of the external provider where your third-party code repository is configured.CreateConnectionRequest.BuilderproviderType(ProviderType providerType)The name of the external provider where your third-party code repository is configured.CreateConnectionRequest.Buildertags(Collection<Tag> tags)The key-value pair to use when tagging the resource.CreateConnectionRequest.Buildertags(Consumer<Tag.Builder>... tags)The key-value pair to use when tagging the resource.CreateConnectionRequest.Buildertags(Tag... tags)The key-value pair to use when tagging the resource.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codestarconnections.model.CodeStarConnectionsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
providerType
CreateConnectionRequest.Builder providerType(String 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,ProviderType
-
providerType
CreateConnectionRequest.Builder providerType(ProviderType 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,ProviderType
-
connectionName
CreateConnectionRequest.Builder connectionName(String 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
CreateConnectionRequest.Builder tags(Collection<Tag> 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
CreateConnectionRequest.Builder tags(Tag... 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
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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - 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:
#tags(java.util.Collection)
-
hostArn
CreateConnectionRequest.Builder hostArn(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-