@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.292Z") @Stability(value=Stable) public interface BatchBuildConfig extends software.amazon.jsii.JsiiSerializable
IProject.enableBatchBuilds().
Example:
// 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.*;
import software.amazon.awscdk.services.iam.*;
Role role;
BatchBuildConfig batchBuildConfig = BatchBuildConfig.builder()
.role(role)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
BatchBuildConfig.Builder
A builder for
BatchBuildConfig |
static class |
BatchBuildConfig.Jsii$Proxy
An implementation for
BatchBuildConfig |
| Modifier and Type | Method and Description |
|---|---|
static BatchBuildConfig.Builder |
builder() |
IRole |
getRole()
The IAM batch service Role of this Project.
|
@Stability(value=Stable) @NotNull IRole getRole()
@Stability(value=Stable) static BatchBuildConfig.Builder builder()
BatchBuildConfig.Builder of BatchBuildConfigCopyright © 2022. All rights reserved.