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) The link to the code diff for the remediation.pullRequestLink(String pullRequestLink) The link to the pull request created for the remediation.The name of the repository where the remediation was applied.Methods 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
The name of the repository where the remediation was applied.
- Parameters:
repoName- The name of the repository where the remediation was applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeDiffLink
The link to the code diff for the remediation.
- Parameters:
codeDiffLink- The link to the code diff for the remediation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pullRequestLink
The link to the pull request created for the remediation.
- Parameters:
pullRequestLink- The link to the pull request created for the remediation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-