public static interface Content.Builder extends CopyableBuilder<Content.Builder,Content>
Modifier and Type | Method and Description |
---|---|
Content.Builder |
charset(String charset)
The character set of the content.
|
Content.Builder |
data(String data)
The textual data of the content.
|
copy
applyMutation, build
Content.Builder data(String data)
The textual data of the content.
data
- The textual data of the content.Content.Builder charset(String charset)
The character set of the content.
charset
- The character set of the content.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.