Interface Submission.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Submission.Builder,Submission>,SdkBuilder<Submission.Builder,Submission>,SdkPojo
- Enclosing class:
- Submission
public static interface Submission.Builder extends SdkPojo, CopyableBuilder<Submission.Builder,Submission>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Submission.BuildersubmissionId(String submissionId)The unique identifier of the submission.Submission.Buildertimestamp(Instant timestamp)The date and time when the card is submitted.Submission.Buildervalue(Document value)The data submitted by the user.-
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 Detail
-
value
Submission.Builder value(Document 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
Submission.Builder submissionId(String 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
Submission.Builder timestamp(Instant 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.
-
-