Interface InvalidConfigurationDetail.Builder

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

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

    • 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

      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

      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

      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

      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.