Interface AuditEventFieldValueUnion.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AuditEventFieldValueUnion.Builder,
,AuditEventFieldValueUnion> SdkBuilder<AuditEventFieldValueUnion.Builder,
,AuditEventFieldValueUnion> SdkPojo
- Enclosing class:
AuditEventFieldValueUnion
@Mutable
@NotThreadSafe
public static interface AuditEventFieldValueUnion.Builder
extends SdkPojo, CopyableBuilder<AuditEventFieldValueUnion.Builder,AuditEventFieldValueUnion>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanValue
(Boolean booleanValue) Can be either null, or have a Boolean value type.doubleValue
(Double doubleValue) Can be either null, or have a Double value type.emptyValue
(Consumer<EmptyFieldValue.Builder> emptyValue) Sets the value of the EmptyValue property for this object.emptyValue
(EmptyFieldValue emptyValue) Sets the value of the EmptyValue property for this object.stringValue
(String stringValue) Can be either null, or have a String value type.userArnValue
(String userArnValue) Can be either null, or have a String value type formatted as an ARN.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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 theEmptyFieldValue.Builder
avoiding the need to create one manually viaEmptyFieldValue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toemptyValue(EmptyFieldValue)
.- Parameters:
emptyValue
- a consumer that will call methods onEmptyFieldValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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.
-