Class CfnProject.ProjectBuildBatchConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codebuild.CfnProject.ProjectBuildBatchConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnProject.ProjectBuildBatchConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnProject.ProjectBuildBatchConfigProperty
@Stability(Stable)
@Internal
public static final class CfnProject.ProjectBuildBatchConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProject.ProjectBuildBatchConfigProperty
An implementation for
CfnProject.ProjectBuildBatchConfigProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.CfnProject.ProjectBuildBatchConfigProperty
CfnProject.ProjectBuildBatchConfigProperty.Builder, CfnProject.ProjectBuildBatchConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnProject.ProjectBuildBatchConfigProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
Specifies how build status reports are sent to the source provider for the batch build.final Object
Specifies if the build artifacts for the batch build should be combined into a single artifact location.final Object
ABatchRestrictions
object that specifies the restrictions for the batch build.final String
Specifies the service role ARN for the batch build project.final Number
Specifies the maximum amount of time, in minutes, that the batch build must be completed in.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnProject.ProjectBuildBatchConfigProperty.Builder
.
-
-
Method Details
-
getBatchReportMode
Description copied from interface:CfnProject.ProjectBuildBatchConfigProperty
Specifies how build status reports are sent to the source provider for the batch build.This property is only used when the source provider for your project is Bitbucket, GitHub, or GitHub Enterprise, and your project is configured to report build statuses to the source provider.
- REPORT_AGGREGATED_BATCH - (Default) Aggregate all of the build statuses into a single status report.
- REPORT_INDIVIDUAL_BUILDS - Send a separate status report for each individual build.
- Specified by:
getBatchReportMode
in interfaceCfnProject.ProjectBuildBatchConfigProperty
- See Also:
-
getCombineArtifacts
Description copied from interface:CfnProject.ProjectBuildBatchConfigProperty
Specifies if the build artifacts for the batch build should be combined into a single artifact location.- Specified by:
getCombineArtifacts
in interfaceCfnProject.ProjectBuildBatchConfigProperty
- See Also:
-
getRestrictions
Description copied from interface:CfnProject.ProjectBuildBatchConfigProperty
ABatchRestrictions
object that specifies the restrictions for the batch build.- Specified by:
getRestrictions
in interfaceCfnProject.ProjectBuildBatchConfigProperty
- See Also:
-
getServiceRole
Description copied from interface:CfnProject.ProjectBuildBatchConfigProperty
Specifies the service role ARN for the batch build project.- Specified by:
getServiceRole
in interfaceCfnProject.ProjectBuildBatchConfigProperty
- See Also:
-
getTimeoutInMins
Description copied from interface:CfnProject.ProjectBuildBatchConfigProperty
Specifies the maximum amount of time, in minutes, that the batch build must be completed in.- Specified by:
getTimeoutInMins
in interfaceCfnProject.ProjectBuildBatchConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-