Interface Submission.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Submission.Builder,,Submission> SdkBuilder<Submission.Builder,,Submission> SdkPojo
- Enclosing class:
Submission
@Mutable
@NotThreadSafe
public static interface Submission.Builder
extends SdkPojo, CopyableBuilder<Submission.Builder,Submission>
-
Method Summary
Modifier and TypeMethodDescriptionsubmissionId(String submissionId) The unique identifier of the submission.The date and time when the card is submitted.The data submitted by the user.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
-
value
The data submitted by the user.
- Parameters:
value- The data submitted by the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
timestamp
The date and time when the card is submitted.
- Parameters:
timestamp- The date and time when the card is submitted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-