public static interface NoteUpdate.Builder extends SdkPojo, CopyableBuilder<NoteUpdate.Builder,NoteUpdate>
Modifier and Type | Method and Description |
---|---|
NoteUpdate.Builder |
text(String text)
The updated note text.
|
NoteUpdate.Builder |
updatedBy(String updatedBy)
The principal that updated the note.
|
copy
applyMutation, build
NoteUpdate.Builder text(String text)
The updated note text.
text
- The updated note text.NoteUpdate.Builder updatedBy(String updatedBy)
The principal that updated the note.
updatedBy
- The principal that updated the note.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.