Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.codestar.CfnGitHubRepositoryMixinProps.Builder
Packages that use CfnGitHubRepositoryMixinProps.Builder
-
Uses of CfnGitHubRepositoryMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.codestar
Methods in software.amazon.awscdk.cfnpropertymixins.services.codestar that return CfnGitHubRepositoryMixinProps.BuilderModifier and TypeMethodDescriptionCfnGitHubRepositoryMixinProps.builder()CfnGitHubRepositoryMixinProps.Builder.code(CfnGitHubRepositoryPropsMixin.CodeProperty code) Sets the value ofCfnGitHubRepositoryMixinProps.getCode()CfnGitHubRepositoryMixinProps.Builder.code(IResolvable code) Sets the value ofCfnGitHubRepositoryMixinProps.getCode()CfnGitHubRepositoryMixinProps.Builder.connectionArn(String connectionArn) Sets the value ofCfnGitHubRepositoryMixinProps.getConnectionArn()CfnGitHubRepositoryMixinProps.Builder.enableIssues(Boolean enableIssues) Sets the value ofCfnGitHubRepositoryMixinProps.getEnableIssues()CfnGitHubRepositoryMixinProps.Builder.enableIssues(IResolvable enableIssues) Sets the value ofCfnGitHubRepositoryMixinProps.getEnableIssues()Sets the value ofCfnGitHubRepositoryMixinProps.getIsPrivate()CfnGitHubRepositoryMixinProps.Builder.isPrivate(IResolvable isPrivate) Sets the value ofCfnGitHubRepositoryMixinProps.getIsPrivate()CfnGitHubRepositoryMixinProps.Builder.repositoryAccessToken(String repositoryAccessToken) Sets the value ofCfnGitHubRepositoryMixinProps.getRepositoryAccessToken()CfnGitHubRepositoryMixinProps.Builder.repositoryDescription(String repositoryDescription) Sets the value ofCfnGitHubRepositoryMixinProps.getRepositoryDescription()CfnGitHubRepositoryMixinProps.Builder.repositoryName(String repositoryName) Sets the value ofCfnGitHubRepositoryMixinProps.getRepositoryName()CfnGitHubRepositoryMixinProps.Builder.repositoryOwner(String repositoryOwner) Sets the value ofCfnGitHubRepositoryMixinProps.getRepositoryOwner()Constructors in software.amazon.awscdk.cfnpropertymixins.services.codestar with parameters of type CfnGitHubRepositoryMixinProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGitHubRepositoryMixinProps.Builder.