Interface UpdateRepositoryLinkRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CodeStarConnectionsRequest.Builder, CopyableBuilder<UpdateRepositoryLinkRequest.Builder,UpdateRepositoryLinkRequest>, SdkBuilder<UpdateRepositoryLinkRequest.Builder,UpdateRepositoryLinkRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateRepositoryLinkRequest

  • Method Details

    • 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.