public static interface Sheet.Builder extends SdkPojo, CopyableBuilder<Sheet.Builder,Sheet>
Modifier and Type | Method and Description |
---|---|
Sheet.Builder |
name(String name)
The name of a sheet.
|
Sheet.Builder |
sheetId(String sheetId)
The unique identifier associated with a sheet.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Sheet.Builder sheetId(String sheetId)
The unique identifier associated with a sheet.
sheetId
- The unique identifier associated with a sheet.Sheet.Builder name(String name)
The name of a sheet. This name is displayed on the sheet's tab in the QuickSight console.
name
- The name of a sheet. This name is displayed on the sheet's tab in the QuickSight console.Copyright © 2021. All rights reserved.