public static interface InvalidNodeException.Builder extends SdkPojo, CopyableBuilder<InvalidNodeException.Builder,InvalidNodeException>, IoTFleetWiseException.Builder
| Modifier and Type | Method and Description |
|---|---|
InvalidNodeException.Builder |
awsErrorDetails(AwsErrorDetails awsErrorDetails) |
InvalidNodeException.Builder |
cause(Throwable cause) |
InvalidNodeException.Builder |
invalidNodes(Collection<Node> invalidNodes)
The specified node type isn't valid.
|
InvalidNodeException.Builder |
invalidNodes(Consumer<Node.Builder>... invalidNodes)
The specified node type isn't valid.
|
InvalidNodeException.Builder |
invalidNodes(Node... invalidNodes)
The specified node type isn't valid.
|
InvalidNodeException.Builder |
message(String message) |
InvalidNodeException.Builder |
reason(String reason)
The reason the node validation failed.
|
InvalidNodeException.Builder |
requestId(String requestId) |
InvalidNodeException.Builder |
statusCode(int statusCode) |
copyapplyMutation, buildawsErrorDetails, build, clockSkew, clockSkew, extendedRequestIdextendedRequestId, requestId, statusCodecause, messageequalsBySdkFields, sdkFieldsInvalidNodeException.Builder invalidNodes(Collection<Node> invalidNodes)
The specified node type isn't valid.
invalidNodes - The specified node type isn't valid.InvalidNodeException.Builder invalidNodes(Node... invalidNodes)
The specified node type isn't valid.
invalidNodes - The specified node type isn't valid.InvalidNodeException.Builder invalidNodes(Consumer<Node.Builder>... invalidNodes)
The specified node type isn't valid.
This is a convenience method that creates an instance of theNode.Builder avoiding the need to create one
manually via Node.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #invalidNodes(List.
invalidNodes - a consumer that will call methods on
Node.Builder#invalidNodes(java.util.Collection) InvalidNodeException.Builder reason(String reason)
The reason the node validation failed.
reason - The reason the node validation failed.InvalidNodeException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
awsErrorDetails in interface AwsServiceException.BuilderawsErrorDetails in interface IoTFleetWiseException.BuilderInvalidNodeException.Builder message(String message)
message in interface AwsServiceException.Buildermessage in interface IoTFleetWiseException.Buildermessage in interface SdkException.Buildermessage in interface SdkServiceException.BuilderInvalidNodeException.Builder requestId(String requestId)
requestId in interface AwsServiceException.BuilderrequestId in interface IoTFleetWiseException.BuilderrequestId in interface SdkServiceException.BuilderInvalidNodeException.Builder statusCode(int statusCode)
statusCode in interface AwsServiceException.BuilderstatusCode in interface IoTFleetWiseException.BuilderstatusCode in interface SdkServiceException.BuilderInvalidNodeException.Builder cause(Throwable cause)
cause in interface AwsServiceException.Buildercause in interface IoTFleetWiseException.Buildercause in interface SdkException.Buildercause in interface SdkServiceException.BuilderCopyright © 2022. All rights reserved.