Uses of Interface
software.amazon.awssdk.services.codecommit.model.Target.Builder
-
Packages that use Target.Builder Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of Target.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return Target.Builder Modifier and Type Method Description static Target.BuilderTarget. builder()Target.BuilderTarget.Builder. destinationReference(String destinationReference)The branch of the repository where the pull request changes are merged.Target.BuilderTarget.Builder. repositoryName(String repositoryName)The name of the repository that contains the pull request.Target.BuilderTarget.Builder. sourceReference(String sourceReference)The branch of the repository that contains the changes for the pull request.Target.BuilderTarget. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type Target.Builder Modifier and Type Method Description static Class<? extends Target.Builder>Target. serializableBuilderClass()
-