Interface StringAttributeConstraintsType.Builder

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

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

    • minLength

      The minimum length.

      Parameters:
      minLength - The minimum length.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxLength

      The maximum length of a string attribute value. Must be a number less than or equal to 2^1023, represented as a string with a length of 131072 characters or fewer.

      Parameters:
      maxLength - The maximum length of a string attribute value. Must be a number less than or equal to 2^1023, represented as a string with a length of 131072 characters or fewer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.