Interface GitHubDocumentCrawlProperties.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<GitHubDocumentCrawlProperties.Builder,,GitHubDocumentCrawlProperties> SdkBuilder<GitHubDocumentCrawlProperties.Builder,,GitHubDocumentCrawlProperties> SdkPojo
- Enclosing class:
 GitHubDocumentCrawlProperties
public static interface GitHubDocumentCrawlProperties.Builder
extends SdkPojo, CopyableBuilder<GitHubDocumentCrawlProperties.Builder,GitHubDocumentCrawlProperties> 
- 
Method Summary
Modifier and TypeMethodDescriptioncrawlIssue(Boolean crawlIssue) TRUEto index all issues within a repository.crawlIssueComment(Boolean crawlIssueComment) TRUEto index all comments on issues.crawlIssueCommentAttachment(Boolean crawlIssueCommentAttachment) TRUEto include all comment attachments for issues.crawlPullRequest(Boolean crawlPullRequest) TRUEto index all pull requests within a repository.crawlPullRequestComment(Boolean crawlPullRequestComment) TRUEto index all comments on pull requests.crawlPullRequestCommentAttachment(Boolean crawlPullRequestCommentAttachment) TRUEto include all comment attachments for pull requests.crawlRepositoryDocuments(Boolean crawlRepositoryDocuments) TRUEto index all files with a repository.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, sdkFields 
- 
Method Details
- 
crawlRepositoryDocuments
TRUEto index all files with a repository.- Parameters:
 crawlRepositoryDocuments-TRUEto index all files with a repository.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
crawlIssue
TRUEto index all issues within a repository.- Parameters:
 crawlIssue-TRUEto index all issues within a repository.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
crawlIssueComment
TRUEto index all comments on issues.- Parameters:
 crawlIssueComment-TRUEto index all comments on issues.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
crawlIssueCommentAttachment
GitHubDocumentCrawlProperties.Builder crawlIssueCommentAttachment(Boolean crawlIssueCommentAttachment) TRUEto include all comment attachments for issues.- Parameters:
 crawlIssueCommentAttachment-TRUEto include all comment attachments for issues.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
crawlPullRequest
TRUEto index all pull requests within a repository.- Parameters:
 crawlPullRequest-TRUEto index all pull requests within a repository.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
crawlPullRequestComment
TRUEto index all comments on pull requests.- Parameters:
 crawlPullRequestComment-TRUEto index all comments on pull requests.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
crawlPullRequestCommentAttachment
GitHubDocumentCrawlProperties.Builder crawlPullRequestCommentAttachment(Boolean crawlPullRequestCommentAttachment) TRUEto include all comment attachments for pull requests.- Parameters:
 crawlPullRequestCommentAttachment-TRUEto include all comment attachments for pull requests.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -