Interface AuditEventFieldValueUnion.Builder

  • Method Details

    • booleanValue

      AuditEventFieldValueUnion.Builder booleanValue(Boolean booleanValue)

      Can be either null, or have a Boolean value type. Only one value can be provided.

      Parameters:
      booleanValue - Can be either null, or have a Boolean value type. Only one value can be provided.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • doubleValue

      AuditEventFieldValueUnion.Builder doubleValue(Double doubleValue)

      Can be either null, or have a Double value type. Only one value can be provided.

      Parameters:
      doubleValue - Can be either null, or have a Double value type. Only one value can be provided.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • emptyValue

      Sets the value of the EmptyValue property for this object.
      Parameters:
      emptyValue - The new value for the EmptyValue property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • emptyValue

      Sets the value of the EmptyValue property for this object. This is a convenience method that creates an instance of the EmptyFieldValue.Builder avoiding the need to create one manually via EmptyFieldValue.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to emptyValue(EmptyFieldValue).

      Parameters:
      emptyValue - a consumer that will call methods on EmptyFieldValue.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • stringValue

      AuditEventFieldValueUnion.Builder stringValue(String stringValue)

      Can be either null, or have a String value type. Only one value can be provided.

      Parameters:
      stringValue - Can be either null, or have a String value type. Only one value can be provided.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userArnValue

      AuditEventFieldValueUnion.Builder userArnValue(String userArnValue)

      Can be either null, or have a String value type formatted as an ARN. Only one value can be provided.

      Parameters:
      userArnValue - Can be either null, or have a String value type formatted as an ARN. Only one value can be provided.
      Returns:
      Returns a reference to this object so that method calls can be chained together.