@Stability(value=Stable)
public static interface CfnProject.ProjectBuildBatchConfigProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codebuild.*;
ProjectBuildBatchConfigProperty projectBuildBatchConfigProperty = ProjectBuildBatchConfigProperty.builder()
.batchReportMode("batchReportMode")
.combineArtifacts(false)
.restrictions(BatchRestrictionsProperty.builder()
.computeTypesAllowed(List.of("computeTypesAllowed"))
.maximumBuildsAllowed(123)
.build())
.serviceRole("serviceRole")
.timeoutInMins(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnProject.ProjectBuildBatchConfigProperty.Builder
A builder for
CfnProject.ProjectBuildBatchConfigProperty |
static class |
CfnProject.ProjectBuildBatchConfigProperty.Jsii$Proxy
An implementation for
CfnProject.ProjectBuildBatchConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnProject.ProjectBuildBatchConfigProperty.Builder |
builder() |
default String |
getBatchReportMode()
`CfnProject.ProjectBuildBatchConfigProperty.BatchReportMode`.
|
default Object |
getCombineArtifacts()
`CfnProject.ProjectBuildBatchConfigProperty.CombineArtifacts`.
|
default Object |
getRestrictions()
`CfnProject.ProjectBuildBatchConfigProperty.Restrictions`.
|
default String |
getServiceRole()
`CfnProject.ProjectBuildBatchConfigProperty.ServiceRole`.
|
default Number |
getTimeoutInMins()
`CfnProject.ProjectBuildBatchConfigProperty.TimeoutInMins`.
|
@Stability(value=Stable) @Nullable default String getBatchReportMode()
@Stability(value=Stable) @Nullable default Object getCombineArtifacts()
@Stability(value=Stable) @Nullable default Object getRestrictions()
@Stability(value=Stable) @Nullable default String getServiceRole()
@Stability(value=Stable) @Nullable default Number getTimeoutInMins()
@Stability(value=Stable) static CfnProject.ProjectBuildBatchConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.