Interface UpdateRepositoryLinkRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CodeStarConnectionsRequest.Builder
,CopyableBuilder<UpdateRepositoryLinkRequest.Builder,
,UpdateRepositoryLinkRequest> SdkBuilder<UpdateRepositoryLinkRequest.Builder,
,UpdateRepositoryLinkRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateRepositoryLinkRequest
public static interface UpdateRepositoryLinkRequest.Builder
extends CodeStarConnectionsRequest.Builder, SdkPojo, CopyableBuilder<UpdateRepositoryLinkRequest.Builder,UpdateRepositoryLinkRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconnectionArn
(String connectionArn) The Amazon Resource Name (ARN) of the connection for the repository link to be updated.encryptionKeyArn
(String encryptionKeyArn) The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.repositoryLinkId
(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.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 Details
-
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
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
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 interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateRepositoryLinkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-