Interface ValidationErrorsEntry.Builder

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

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

    • checkName

      ValidationErrorsEntry.Builder checkName(String checkName)

      Checks the name of the policy.

      Parameters:
      checkName - Checks the name of the policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      ValidationErrorsEntry.Builder errorMessage(String errorMessage)

      Displays error messages if validation encounters problems during validation of the resource policy.

      Parameters:
      errorMessage - Displays error messages if validation encounters problems during validation of the resource policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.