Interface NoteUpdate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NoteUpdate.Builder,
,NoteUpdate> SdkBuilder<NoteUpdate.Builder,
,NoteUpdate> SdkPojo
- Enclosing class:
NoteUpdate
public static interface NoteUpdate.Builder
extends SdkPojo, CopyableBuilder<NoteUpdate.Builder,NoteUpdate>
-
Method Summary
Modifier and TypeMethodDescriptionThe updated note text.The principal that updated the note.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
-
text
The updated note text.
- Parameters:
text
- The updated note text.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
The principal that updated the note.
- Parameters:
updatedBy
- The principal that updated the note.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-