Interface SubmissionMutation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SubmissionMutation.Builder,
,SubmissionMutation> SdkBuilder<SubmissionMutation.Builder,
,SubmissionMutation> SdkPojo
- Enclosing class:
SubmissionMutation
@Mutable
@NotThreadSafe
public static interface SubmissionMutation.Builder
extends SdkPojo, CopyableBuilder<SubmissionMutation.Builder,SubmissionMutation>
-
Method Summary
Modifier and TypeMethodDescriptionmutationType
(String mutationType) The operation that is performed on a submission.mutationType
(SubmissionMutationKind mutationType) The operation that is performed on a submission.submissionId
(String submissionId) The unique identifier of the submission.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, sdkFieldNameToField, sdkFields
-
Method Details
-
submissionId
The unique identifier of the submission.
- Parameters:
submissionId
- The unique identifier of the submission.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mutationType
The operation that is performed on a submission.
- Parameters:
mutationType
- The operation that is performed on a submission.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mutationType
The operation that is performed on a submission.
- Parameters:
mutationType
- The operation that is performed on a submission.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-