Interface CreateRepositoryLinkRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeStarConnectionsRequest.Builder,CopyableBuilder<CreateRepositoryLinkRequest.Builder,CreateRepositoryLinkRequest>,SdkBuilder<CreateRepositoryLinkRequest.Builder,CreateRepositoryLinkRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateRepositoryLinkRequest
public static interface CreateRepositoryLinkRequest.Builder extends CodeStarConnectionsRequest.Builder, SdkPojo, CopyableBuilder<CreateRepositoryLinkRequest.Builder,CreateRepositoryLinkRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateRepositoryLinkRequest.BuilderconnectionArn(String connectionArn)The Amazon Resource Name (ARN) of the connection to be associated with the repository link.CreateRepositoryLinkRequest.BuilderencryptionKeyArn(String encryptionKeyArn)The Amazon Resource Name (ARN) encryption key for the repository to be associated with the repository link.CreateRepositoryLinkRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateRepositoryLinkRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateRepositoryLinkRequest.BuilderownerId(String ownerId)The owner ID for the repository associated with a specific sync configuration, such as the owner ID in GitHub.CreateRepositoryLinkRequest.BuilderrepositoryName(String repositoryName)The name of the repository to be associated with the repository link.CreateRepositoryLinkRequest.Buildertags(Collection<Tag> tags)The tags for the repository to be associated with the repository link.CreateRepositoryLinkRequest.Buildertags(Consumer<Tag.Builder>... tags)The tags for the repository to be associated with the repository link.CreateRepositoryLinkRequest.Buildertags(Tag... tags)The tags for the repository to be associated with the repository link.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
connectionArn
CreateRepositoryLinkRequest.Builder connectionArn(String connectionArn)
The Amazon Resource Name (ARN) of the connection to be associated with the repository link.
- Parameters:
connectionArn- The Amazon Resource Name (ARN) of the connection to be associated with the repository link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerId
CreateRepositoryLinkRequest.Builder ownerId(String ownerId)
The owner ID for the repository associated with a specific sync configuration, such as the owner ID in GitHub.
- Parameters:
ownerId- The owner ID for the repository associated with a specific sync configuration, such as the owner ID in GitHub.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryName
CreateRepositoryLinkRequest.Builder repositoryName(String repositoryName)
The name of the repository to be associated with the repository link.
- Parameters:
repositoryName- The name of the repository to be associated with the repository link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionKeyArn
CreateRepositoryLinkRequest.Builder encryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) encryption key for the repository to be associated with the repository link.
- Parameters:
encryptionKeyArn- The Amazon Resource Name (ARN) encryption key for the repository to be associated with the repository link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateRepositoryLinkRequest.Builder tags(Collection<Tag> tags)
The tags for the repository to be associated with the repository link.
- Parameters:
tags- The tags for the repository to be associated with the repository link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateRepositoryLinkRequest.Builder tags(Tag... tags)
The tags for the repository to be associated with the repository link.
- Parameters:
tags- The tags for the repository to be associated with the repository link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateRepositoryLinkRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags for the repository to be associated with the repository link.
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)
-
overrideConfiguration
CreateRepositoryLinkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateRepositoryLinkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-