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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NoteUpdate.Buildertext(String text)The updated note text.NoteUpdate.BuilderupdatedBy(String updatedBy)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 Detail
-
text
NoteUpdate.Builder text(String 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
NoteUpdate.Builder updatedBy(String 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.
-
-