public static interface Note.Builder extends SdkPojo, CopyableBuilder<Note.Builder,Note>
| Modifier and Type | Method and Description |
|---|---|
Note.Builder |
text(String text)
The text of a note.
|
Note.Builder |
updatedAt(String updatedAt)
The timestamp of when the note was updated.
|
Note.Builder |
updatedBy(String updatedBy)
The principal that created a note.
|
copyapplyMutation, buildNote.Builder text(String text)
The text of a note.
text - The text of a note.Note.Builder updatedBy(String updatedBy)
The principal that created a note.
updatedBy - The principal that created a note.Note.Builder updatedAt(String updatedAt)
The timestamp of when the note was updated.
updatedAt - The timestamp of when the note was updated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.