Interface UpdateRepositoryLinkRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CodeConnectionsRequest.Builder,- CopyableBuilder<UpdateRepositoryLinkRequest.Builder,,- UpdateRepositoryLinkRequest> - SdkBuilder<UpdateRepositoryLinkRequest.Builder,,- UpdateRepositoryLinkRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateRepositoryLinkRequest
@Mutable
@NotThreadSafe
public static interface UpdateRepositoryLinkRequest.Builder
extends CodeConnectionsRequest.Builder, SdkPojo, CopyableBuilder<UpdateRepositoryLinkRequest.Builder,UpdateRepositoryLinkRequest> 
- 
Method SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.codeconnections.model.CodeConnectionsRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
connectionArnThe 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.
 
- 
encryptionKeyArnThe 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.
 
- 
repositoryLinkIdThe 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.
 
- 
overrideConfigurationUpdateRepositoryLinkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateRepositoryLinkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-