public static interface OpsItemInvalidParameterException.Builder extends SdkPojo, CopyableBuilder<OpsItemInvalidParameterException.Builder,OpsItemInvalidParameterException>, SsmException.Builder
Modifier and Type | Method and Description |
---|---|
OpsItemInvalidParameterException.Builder |
awsErrorDetails(AwsErrorDetails awsErrorDetails)
Specifies the additional awsErrorDetails from the service response.
|
OpsItemInvalidParameterException.Builder |
cause(Throwable cause)
Specifies the exception that caused this exception to occur.
|
OpsItemInvalidParameterException.Builder |
message(String message)
Specifies the details of this exception.
|
OpsItemInvalidParameterException.Builder |
parameterNames(Collection<String> parameterNames)
Sets the value of the ParameterNames property for this object.
|
OpsItemInvalidParameterException.Builder |
parameterNames(String... parameterNames)
Sets the value of the ParameterNames property for this object.
|
OpsItemInvalidParameterException.Builder |
requestId(String requestId)
Specifies the requestId returned by the called service.
|
OpsItemInvalidParameterException.Builder |
statusCode(int statusCode)
Specifies the status code returned by the service.
|
copy
applyMutation, build
awsErrorDetails, build, clockSkew, clockSkew, extendedRequestId
extendedRequestId, requestId, statusCode
cause, message
equalsBySdkFields, sdkFields
OpsItemInvalidParameterException.Builder parameterNames(Collection<String> parameterNames)
parameterNames
- The new value for the ParameterNames property for this object.OpsItemInvalidParameterException.Builder parameterNames(String... parameterNames)
parameterNames
- The new value for the ParameterNames property for this object.OpsItemInvalidParameterException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
AwsServiceException.Builder
awsErrorDetails
in interface AwsServiceException.Builder
awsErrorDetails
in interface SsmException.Builder
awsErrorDetails
- Object containing additional details from the response.OpsItemInvalidParameterException.Builder message(String message)
SdkException.Builder
message
in interface AwsServiceException.Builder
message
in interface SdkException.Builder
message
in interface SdkServiceException.Builder
message
in interface SsmException.Builder
message
- The details of this exception.OpsItemInvalidParameterException.Builder requestId(String requestId)
SdkServiceException.Builder
requestId
in interface AwsServiceException.Builder
requestId
in interface SdkServiceException.Builder
requestId
in interface SsmException.Builder
requestId
- A string that identifies the request made to a service.OpsItemInvalidParameterException.Builder statusCode(int statusCode)
SdkServiceException.Builder
statusCode
in interface AwsServiceException.Builder
statusCode
in interface SdkServiceException.Builder
statusCode
in interface SsmException.Builder
statusCode
- an int containing the status code returned by the service.OpsItemInvalidParameterException.Builder cause(Throwable cause)
SdkException.Builder
cause
in interface AwsServiceException.Builder
cause
in interface SdkException.Builder
cause
in interface SdkServiceException.Builder
cause
in interface SsmException.Builder
cause
- The exception that caused this exception to occur.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.