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(Consumer<DashboardValidationMessage.Builder>... 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) |
copy
apply, build
DashboardInvalidInputErrorException.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 dashboardValidationMessages(Consumer<DashboardValidationMessage.Builder>... dashboardValidationMessages)
List.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #dashboardValidationMessages(List)
.dashboardValidationMessages
- a consumer that will call methods on List.Builder
#dashboardValidationMessages(List)
DashboardInvalidInputErrorException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.