Interface CodeRemediationTaskDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CodeRemediationTaskDetails.Builder,,CodeRemediationTaskDetails> SdkBuilder<CodeRemediationTaskDetails.Builder,,CodeRemediationTaskDetails> SdkPojo
- Enclosing class:
CodeRemediationTaskDetails
@Mutable
@NotThreadSafe
public static interface CodeRemediationTaskDetails.Builder
extends SdkPojo, CopyableBuilder<CodeRemediationTaskDetails.Builder,CodeRemediationTaskDetails>
-
Method Summary
Modifier and TypeMethodDescriptioncodeDiffLink(String codeDiffLink) Link to the code diff for the remediationpullRequestLink(String pullRequestLink) Link to the pull request for the remediationName of the repositoryMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
repoName
Name of the repository
- Parameters:
repoName- Name of the repository- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeDiffLink
Link to the code diff for the remediation
- Parameters:
codeDiffLink- Link to the code diff for the remediation- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pullRequestLink
Link to the pull request for the remediation
- Parameters:
pullRequestLink- Link to the pull request for the remediation- Returns:
- Returns a reference to this object so that method calls can be chained together.
-