public static interface DashboardValidationMessage.Builder extends CopyableBuilder<DashboardValidationMessage.Builder,DashboardValidationMessage>
| Modifier and Type | Method and Description |
|---|---|
DashboardValidationMessage.Builder |
dataPath(String dataPath)
The data path related to the message.
|
DashboardValidationMessage.Builder |
message(String message)
A message describing the error or warning.
|
copyapply, buildDashboardValidationMessage.Builder dataPath(String dataPath)
The data path related to the message.
dataPath - The data path related to the message.DashboardValidationMessage.Builder message(String message)
A message describing the error or warning.
message - A message describing the error or warning.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.