Interface RetryBuildBatchRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CodeBuildRequest.Builder
,CopyableBuilder<RetryBuildBatchRequest.Builder,
,RetryBuildBatchRequest> SdkBuilder<RetryBuildBatchRequest.Builder,
,RetryBuildBatchRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
RetryBuildBatchRequest
public static interface RetryBuildBatchRequest.Builder
extends CodeBuildRequest.Builder, SdkPojo, CopyableBuilder<RetryBuildBatchRequest.Builder,RetryBuildBatchRequest>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the identifier of the batch build to restart.idempotencyToken
(String idempotencyToken) A unique, case sensitive identifier you provide to ensure the idempotency of theRetryBuildBatch
request.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Specifies the type of retry to perform.retryType
(RetryBuildBatchType retryType) Specifies the type of retry to perform.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.codebuild.model.CodeBuildRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
id
Specifies the identifier of the batch build to restart.
- Parameters:
id
- Specifies the identifier of the batch build to restart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idempotencyToken
A unique, case sensitive identifier you provide to ensure the idempotency of the
RetryBuildBatch
request. The token is included in theRetryBuildBatch
request and is valid for five minutes. If you repeat theRetryBuildBatch
request with the same token, but change a parameter, CodeBuild returns a parameter mismatch error.- Parameters:
idempotencyToken
- A unique, case sensitive identifier you provide to ensure the idempotency of theRetryBuildBatch
request. The token is included in theRetryBuildBatch
request and is valid for five minutes. If you repeat theRetryBuildBatch
request with the same token, but change a parameter, CodeBuild returns a parameter mismatch error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retryType
Specifies the type of retry to perform.
- Parameters:
retryType
- Specifies the type of retry to perform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
retryType
Specifies the type of retry to perform.
- Parameters:
retryType
- Specifies the type of retry to perform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
RetryBuildBatchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
RetryBuildBatchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-