Uses of Interface
software.amazon.awssdk.services.networkmanager.model.AttachmentError.Builder
-
Packages that use AttachmentError.Builder Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of AttachmentError.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return AttachmentError.Builder Modifier and Type Method Description static AttachmentError.BuilderAttachmentError. builder()AttachmentError.BuilderAttachmentError.Builder. code(String code)The error code for the attachment request.AttachmentError.BuilderAttachmentError.Builder. code(AttachmentErrorCode code)The error code for the attachment request.AttachmentError.BuilderAttachmentError.Builder. message(String message)The message associated with the errorcode.AttachmentError.BuilderAttachmentError.Builder. requestId(String requestId)The ID of the attachment request.AttachmentError.BuilderAttachmentError.Builder. resourceArn(String resourceArn)The ARN of the requested attachment resource.AttachmentError.BuilderAttachmentError. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type AttachmentError.Builder Modifier and Type Method Description static Class<? extends AttachmentError.Builder>AttachmentError. serializableBuilderClass()
-