@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 |
|---|---|
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 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 © 2021. All rights reserved.