Uses of Interface
software.amazon.awscdk.services.codebuild.CfnProject.ProjectBuildBatchConfigProperty
Packages that use CfnProject.ProjectBuildBatchConfigProperty
-
Uses of CfnProject.ProjectBuildBatchConfigProperty in software.amazon.awscdk.services.codebuild
Classes in software.amazon.awscdk.services.codebuild that implement CfnProject.ProjectBuildBatchConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnProject.ProjectBuildBatchConfigPropertyMethods in software.amazon.awscdk.services.codebuild that return CfnProject.ProjectBuildBatchConfigPropertyModifier and TypeMethodDescriptionCfnProject.ProjectBuildBatchConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.codebuild with parameters of type CfnProject.ProjectBuildBatchConfigPropertyModifier and TypeMethodDescriptionCfnProject.Builder.buildBatchConfig(CfnProject.ProjectBuildBatchConfigProperty buildBatchConfig) AProjectBuildBatchConfigobject that defines the batch build options for the project.CfnProjectProps.Builder.buildBatchConfig(CfnProject.ProjectBuildBatchConfigProperty buildBatchConfig) Sets the value ofCfnProjectProps.getBuildBatchConfig()voidCfnProject.setBuildBatchConfig(CfnProject.ProjectBuildBatchConfigProperty value) AProjectBuildBatchConfigobject that defines the batch build options for the project.