public static interface DashboardInvalidInputErrorException.Builder extends CopyableBuilder<DashboardInvalidInputErrorException.Builder,DashboardInvalidInputErrorException>, CloudWatchException.Builder
| Modifier and Type | Method and Description |
|---|---|
DashboardInvalidInputErrorException.Builder |
awsErrorDetails(AwsErrorDetails awsErrorDetails)
Specifies the additional awsErrorDetails from the service response.
|
DashboardInvalidInputErrorException.Builder |
cause(Throwable cause)
Specifies the exception that caused this exception to occur.
|
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)
Specifies the details of this exception.
|
DashboardInvalidInputErrorException.Builder |
requestId(String requestId)
Specifies the requestId returned by the called service.
|
DashboardInvalidInputErrorException.Builder |
statusCode(int statusCode)
Specifies the status code returned by the service.
|
copyapplyMutation, buildawsErrorDetails, buildrequestId, statusCodecause, messageDashboardInvalidInputErrorException.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 awsErrorDetails(AwsErrorDetails awsErrorDetails)
AwsServiceException.BuilderawsErrorDetails in interface AwsServiceException.BuilderawsErrorDetails in interface CloudWatchException.BuilderawsErrorDetails - Object containing additional details from the response.DashboardInvalidInputErrorException.Builder message(String message)
SdkException.Buildermessage in interface AwsServiceException.Buildermessage in interface CloudWatchException.Buildermessage in interface SdkException.Buildermessage in interface SdkServiceException.Buildermessage - The details of this exception.DashboardInvalidInputErrorException.Builder requestId(String requestId)
SdkServiceException.BuilderrequestId in interface AwsServiceException.BuilderrequestId in interface CloudWatchException.BuilderrequestId in interface SdkServiceException.BuilderrequestId - A string that identifies the request made to a service.DashboardInvalidInputErrorException.Builder statusCode(int statusCode)
SdkServiceException.BuilderstatusCode in interface AwsServiceException.BuilderstatusCode in interface CloudWatchException.BuilderstatusCode in interface SdkServiceException.BuilderstatusCode - an int containing the status code returned by the service.DashboardInvalidInputErrorException.Builder cause(Throwable cause)
SdkException.Buildercause in interface AwsServiceException.Buildercause in interface CloudWatchException.Buildercause in interface SdkException.Buildercause in interface SdkServiceException.Buildercause - The exception that caused this exception to occur.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.