public static interface PropertyValidationException.Builder extends SdkPojo, CopyableBuilder<PropertyValidationException.Builder,PropertyValidationException>, ConnectException.Builder
| Modifier and Type | Method and Description |
|---|---|
PropertyValidationException.Builder |
awsErrorDetails(AwsErrorDetails awsErrorDetails) |
PropertyValidationException.Builder |
cause(Throwable cause) |
PropertyValidationException.Builder |
message(String message) |
PropertyValidationException.Builder |
propertyList(Collection<PropertyValidationExceptionProperty> propertyList)
Sets the value of the PropertyList property for this object.
|
PropertyValidationException.Builder |
propertyList(Consumer<PropertyValidationExceptionProperty.Builder>... propertyList)
Sets the value of the PropertyList property for this object.
|
PropertyValidationException.Builder |
propertyList(PropertyValidationExceptionProperty... propertyList)
Sets the value of the PropertyList property for this object.
|
PropertyValidationException.Builder |
requestId(String requestId) |
PropertyValidationException.Builder |
statusCode(int statusCode) |
copyapplyMutation, buildawsErrorDetails, build, clockSkew, clockSkew, extendedRequestIdextendedRequestId, requestId, statusCodecause, messageequalsBySdkFields, sdkFieldsPropertyValidationException.Builder propertyList(Collection<PropertyValidationExceptionProperty> propertyList)
propertyList - The new value for the PropertyList property for this object.PropertyValidationException.Builder propertyList(PropertyValidationExceptionProperty... propertyList)
propertyList - The new value for the PropertyList property for this object.PropertyValidationException.Builder propertyList(Consumer<PropertyValidationExceptionProperty.Builder>... propertyList)
.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #propertyList(List) .propertyList - a consumer that will call methods on List.Builder #propertyList(List) PropertyValidationException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
awsErrorDetails in interface AwsServiceException.BuilderawsErrorDetails in interface ConnectException.BuilderPropertyValidationException.Builder message(String message)
message in interface AwsServiceException.Buildermessage in interface ConnectException.Buildermessage in interface SdkException.Buildermessage in interface SdkServiceException.BuilderPropertyValidationException.Builder requestId(String requestId)
requestId in interface AwsServiceException.BuilderrequestId in interface ConnectException.BuilderrequestId in interface SdkServiceException.BuilderPropertyValidationException.Builder statusCode(int statusCode)
statusCode in interface AwsServiceException.BuilderstatusCode in interface ConnectException.BuilderstatusCode in interface SdkServiceException.BuilderPropertyValidationException.Builder cause(Throwable cause)
cause in interface AwsServiceException.Buildercause in interface ConnectException.Buildercause in interface SdkException.Buildercause in interface SdkServiceException.BuilderCopyright © 2022. All rights reserved.