@Generated(value="software.amazon.awssdk:codegen") public final class ProjectBuildBatchConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProjectBuildBatchConfig.Builder,ProjectBuildBatchConfig>
Contains configuration information about a batch build project.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProjectBuildBatchConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
BatchReportModeType |
batchReportMode()
Specifies how build status reports are sent to the source provider for the batch build.
|
String |
batchReportModeAsString()
Specifies how build status reports are sent to the source provider for the batch build.
|
static ProjectBuildBatchConfig.Builder |
builder() |
Boolean |
combineArtifacts()
Specifies if the build artifacts for the batch build should be combined into a single artifact location.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
BatchRestrictions |
restrictions()
A
BatchRestrictions object that specifies the restrictions for the batch build. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProjectBuildBatchConfig.Builder> |
serializableBuilderClass() |
String |
serviceRole()
Specifies the service role ARN for the batch build project.
|
Integer |
timeoutInMins()
Specifies the maximum amount of time, in minutes, that the batch build must be completed in.
|
ProjectBuildBatchConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String serviceRole()
Specifies the service role ARN for the batch build project.
public final Boolean combineArtifacts()
Specifies if the build artifacts for the batch build should be combined into a single artifact location.
public final BatchRestrictions restrictions()
A BatchRestrictions object that specifies the restrictions for the batch build.
BatchRestrictions object that specifies the restrictions for the batch build.public final Integer timeoutInMins()
Specifies the maximum amount of time, in minutes, that the batch build must be completed in.
public final BatchReportModeType batchReportMode()
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.
(Default) Aggregate all of the build statuses into a single status report.
Send a separate status report for each individual build.
If the service returns an enum value that is not available in the current SDK version, batchReportMode
will return BatchReportModeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from batchReportModeAsString().
(Default) Aggregate all of the build statuses into a single status report.
Send a separate status report for each individual build.
BatchReportModeTypepublic final String batchReportModeAsString()
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.
(Default) Aggregate all of the build statuses into a single status report.
Send a separate status report for each individual build.
If the service returns an enum value that is not available in the current SDK version, batchReportMode
will return BatchReportModeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from batchReportModeAsString().
(Default) Aggregate all of the build statuses into a single status report.
Send a separate status report for each individual build.
BatchReportModeTypepublic ProjectBuildBatchConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProjectBuildBatchConfig.Builder,ProjectBuildBatchConfig>public static ProjectBuildBatchConfig.Builder builder()
public static Class<? extends ProjectBuildBatchConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.