Interface LastError.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LastError.Builder,LastError>, SdkBuilder<LastError.Builder,LastError>, SdkPojo
Enclosing class:
LastError

public static interface LastError.Builder extends SdkPojo, CopyableBuilder<LastError.Builder,LastError>
  • Method Details

    • message

      LastError.Builder message(String message)

      The error message for the VPC endpoint error.

      Parameters:
      message - The error message for the VPC endpoint error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • code

      The error code for the VPC endpoint error.

      Parameters:
      code - The error code for the VPC endpoint error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.