Interface BatchGetViewError.Builder

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

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

    • errorMessage

      BatchGetViewError.Builder errorMessage(String errorMessage)

      The description of the error for the specified view.

      Parameters:
      errorMessage - The description of the error for the specified view.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • viewArn

      The Amazon resource name (ARN) of the view for which Resource Explorer failed to retrieve details.

      Parameters:
      viewArn - The Amazon resource name (ARN) of the view for which Resource Explorer failed to retrieve details.
      Returns:
      Returns a reference to this object so that method calls can be chained together.