Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.codebuild.CfnSourceCredentialPropsMixin.Builder
Packages that use CfnSourceCredentialPropsMixin.Builder
-
Uses of CfnSourceCredentialPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.codebuild
Methods in software.amazon.awscdk.cfnpropertymixins.services.codebuild that return CfnSourceCredentialPropsMixin.BuilderModifier and TypeMethodDescriptionThe type of authentication used by the credentials.CfnSourceCredentialPropsMixin.Builder.create()CfnSourceCredentialPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnSourceCredentialPropsMixin.Builder.serverType(String serverType) The type of source provider.For GitHub or GitHub Enterprise, this is the personal access token.The Bitbucket username when theauthTypeis BASIC_AUTH.