Interface AuditEventFieldValueUnion.Builder

    • Method Detail

      • 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

        AuditEventFieldValueUnion.Builder emptyValue​(EmptyFieldValue 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.
      • 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.