Interface UpdateRepositoryLinkRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeConnectionsRequest.Builder,CopyableBuilder<UpdateRepositoryLinkRequest.Builder,UpdateRepositoryLinkRequest>,SdkBuilder<UpdateRepositoryLinkRequest.Builder,UpdateRepositoryLinkRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateRepositoryLinkRequest
public static interface UpdateRepositoryLinkRequest.Builder extends CodeConnectionsRequest.Builder, SdkPojo, CopyableBuilder<UpdateRepositoryLinkRequest.Builder,UpdateRepositoryLinkRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateRepositoryLinkRequest.BuilderconnectionArn(String connectionArn)The Amazon Resource Name (ARN) of the connection for the repository link to be updated.UpdateRepositoryLinkRequest.BuilderencryptionKeyArn(String encryptionKeyArn)The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated.UpdateRepositoryLinkRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateRepositoryLinkRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateRepositoryLinkRequest.BuilderrepositoryLinkId(String repositoryLinkId)The ID of the repository link to be updated.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codeconnections.model.CodeConnectionsRequest.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
-
connectionArn
UpdateRepositoryLinkRequest.Builder connectionArn(String connectionArn)
The Amazon Resource Name (ARN) of the connection for the repository link to be updated. The updated connection ARN must have the same providerType (such as GitHub) as the original connection ARN for the repo link.
- Parameters:
connectionArn- The Amazon Resource Name (ARN) of the connection for the repository link to be updated. The updated connection ARN must have the same providerType (such as GitHub) as the original connection ARN for the repo link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionKeyArn
UpdateRepositoryLinkRequest.Builder encryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated.
- Parameters:
encryptionKeyArn- The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryLinkId
UpdateRepositoryLinkRequest.Builder repositoryLinkId(String repositoryLinkId)
The ID of the repository link to be updated.
- Parameters:
repositoryLinkId- The ID of the repository link to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateRepositoryLinkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateRepositoryLinkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-