Interface SubmissionSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SubmissionSummary.Builder,,SubmissionSummary> SdkBuilder<SubmissionSummary.Builder,,SubmissionSummary> SdkPojo
- Enclosing class:
SubmissionSummary
@Mutable
@NotThreadSafe
public static interface SubmissionSummary.Builder
extends SdkPojo, CopyableBuilder<SubmissionSummary.Builder,SubmissionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionfailedCancelSubmissionCount(Integer failedCancelSubmissionCount) The number of failed cancel submissions.failedDeleteSubmissionCount(Integer failedDeleteSubmissionCount) The number of failed delete submissions.failedStartSubmissionCount(Integer failedStartSubmissionCount) The number of failed start submissions.pendingStartSubmissionCount(Integer pendingStartSubmissionCount) The number of pending start submissions.successfulCancelSubmissionCount(Integer successfulCancelSubmissionCount) The number of successful cancel submissions.successfulDeleteSubmissionCount(Integer successfulDeleteSubmissionCount) The number of successful delete submissions.successfulStartSubmissionCount(Integer successfulStartSubmissionCount) The number of successful start submissions.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
successfulStartSubmissionCount
The number of successful start submissions.
- Parameters:
successfulStartSubmissionCount- The number of successful start submissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedStartSubmissionCount
The number of failed start submissions.
- Parameters:
failedStartSubmissionCount- The number of failed start submissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pendingStartSubmissionCount
The number of pending start submissions.
- Parameters:
pendingStartSubmissionCount- The number of pending start submissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successfulCancelSubmissionCount
The number of successful cancel submissions.
- Parameters:
successfulCancelSubmissionCount- The number of successful cancel submissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedCancelSubmissionCount
The number of failed cancel submissions.
- Parameters:
failedCancelSubmissionCount- The number of failed cancel submissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successfulDeleteSubmissionCount
The number of successful delete submissions.
- Parameters:
successfulDeleteSubmissionCount- The number of successful delete submissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedDeleteSubmissionCount
The number of failed delete submissions.
- Parameters:
failedDeleteSubmissionCount- The number of failed delete submissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-