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