Interface InvalidConfigurationDetail.Builder

    • Method Detail

      • constraint

        InvalidConfigurationDetail.Builder constraint​(String constraint)

        The invalid or out-of-range validation constraint in your JSON schema that failed validation.

        Parameters:
        constraint - The invalid or out-of-range validation constraint in your JSON schema that failed validation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • location

        InvalidConfigurationDetail.Builder location​(String location)

        Location of the validation constraint in the configuration JSON schema that failed validation.

        Parameters:
        location - Location of the validation constraint in the configuration JSON schema that failed validation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reason

        InvalidConfigurationDetail.Builder reason​(String reason)

        The reason for an invalid configuration error.

        Parameters:
        reason - The reason for an invalid configuration error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        InvalidConfigurationDetail.Builder type​(String type)

        The type of error for an invalid configuration.

        Parameters:
        type - The type of error for an invalid configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        InvalidConfigurationDetail.Builder value​(String value)

        Details about an error with Lambda when a synchronous extension experiences an error during an invocation.

        Parameters:
        value - Details about an error with Lambda when a synchronous extension experiences an error during an invocation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.