Uses of Class
io.github.cdklabs.projen.github.GithubCredentialsAppOptions.Builder
-
Packages that use GithubCredentialsAppOptions.Builder Package Description io.github.cdklabs.projen.github -
-
Uses of GithubCredentialsAppOptions.Builder in io.github.cdklabs.projen.github
Methods in io.github.cdklabs.projen.github that return GithubCredentialsAppOptions.Builder Modifier and Type Method Description GithubCredentialsAppOptions.BuilderGithubCredentialsAppOptions.Builder. appIdSecret(String appIdSecret)Sets the value ofGithubCredentialsAppOptions.getAppIdSecret()static GithubCredentialsAppOptions.BuilderGithubCredentialsAppOptions. builder()GithubCredentialsAppOptions.BuilderGithubCredentialsAppOptions.Builder. permissions(AppPermissions permissions)Sets the value ofGithubCredentialsAppOptions.getPermissions()GithubCredentialsAppOptions.BuilderGithubCredentialsAppOptions.Builder. privateKeySecret(String privateKeySecret)Sets the value ofGithubCredentialsAppOptions.getPrivateKeySecret()Constructors in io.github.cdklabs.projen.github with parameters of type GithubCredentialsAppOptions.Builder Constructor Description Jsii$Proxy(GithubCredentialsAppOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theGithubCredentialsAppOptions.Builder.
-