public static interface RetryBuildBatchRequest.Builder extends CodeBuildRequest.Builder, SdkPojo, CopyableBuilder<RetryBuildBatchRequest.Builder,RetryBuildBatchRequest>
| Modifier and Type | Method and Description |
|---|---|
RetryBuildBatchRequest.Builder |
id(String id)
Specifies the identifier of the batch build to restart.
|
RetryBuildBatchRequest.Builder |
idempotencyToken(String idempotencyToken)
A unique, case sensitive identifier you provide to ensure the idempotency of the
RetryBuildBatch
request. |
RetryBuildBatchRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RetryBuildBatchRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RetryBuildBatchRequest.Builder |
retryType(RetryBuildBatchType retryType)
Specifies the type of retry to perform.
|
RetryBuildBatchRequest.Builder |
retryType(String retryType)
Specifies the type of retry to perform.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRetryBuildBatchRequest.Builder id(String id)
Specifies the identifier of the batch build to restart.
id - Specifies the identifier of the batch build to restart.RetryBuildBatchRequest.Builder idempotencyToken(String idempotencyToken)
A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuildBatch
request. The token is included in the RetryBuildBatch request and is valid for five minutes. If
you repeat the RetryBuildBatch request with the same token, but change a parameter, AWS
CodeBuild returns a parameter mismatch error.
idempotencyToken - A unique, case sensitive identifier you provide to ensure the idempotency of the
RetryBuildBatch request. The token is included in the RetryBuildBatch
request and is valid for five minutes. If you repeat the RetryBuildBatch request with the
same token, but change a parameter, AWS CodeBuild returns a parameter mismatch error.RetryBuildBatchRequest.Builder retryType(String retryType)
Specifies the type of retry to perform.
retryType - Specifies the type of retry to perform.RetryBuildBatchType,
RetryBuildBatchTypeRetryBuildBatchRequest.Builder retryType(RetryBuildBatchType retryType)
Specifies the type of retry to perform.
retryType - Specifies the type of retry to perform.RetryBuildBatchType,
RetryBuildBatchTypeRetryBuildBatchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRetryBuildBatchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.