Interface AnnotationValue.Builder

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

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

    • numberValue

      AnnotationValue.Builder numberValue(Double numberValue)

      Value for a Number annotation.

      Parameters:
      numberValue - Value for a Number annotation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • booleanValue

      AnnotationValue.Builder booleanValue(Boolean booleanValue)

      Value for a Boolean annotation.

      Parameters:
      booleanValue - Value for a Boolean annotation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stringValue

      AnnotationValue.Builder stringValue(String stringValue)

      Value for a String annotation.

      Parameters:
      stringValue - Value for a String annotation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.