@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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public 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()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.