public static interface DashboardInvalidInputErrorException.Builder extends CopyableBuilder<DashboardInvalidInputErrorException.Builder,DashboardInvalidInputErrorException>
| Modifier and Type | Method and Description |
|---|---|
DashboardInvalidInputErrorException.Builder |
dashboardValidationMessages(Collection<DashboardValidationMessage> dashboardValidationMessages)
Sets the value of the DashboardValidationMessages property for this object.
|
DashboardInvalidInputErrorException.Builder |
dashboardValidationMessages(DashboardValidationMessage... dashboardValidationMessages)
Sets the value of the DashboardValidationMessages property for this object.
|
DashboardInvalidInputErrorException.Builder |
message(String message) |
copyapply, buildDashboardInvalidInputErrorException.Builder dashboardValidationMessages(Collection<DashboardValidationMessage> dashboardValidationMessages)
dashboardValidationMessages - The new value for the DashboardValidationMessages property for this object.DashboardInvalidInputErrorException.Builder dashboardValidationMessages(DashboardValidationMessage... dashboardValidationMessages)
dashboardValidationMessages - The new value for the DashboardValidationMessages property for this object.DashboardInvalidInputErrorException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.