Interface EventVariableSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EventVariableSummary.Builder,
,EventVariableSummary> SdkBuilder<EventVariableSummary.Builder,
,EventVariableSummary> SdkPojo
- Enclosing class:
EventVariableSummary
@Mutable
@NotThreadSafe
public static interface EventVariableSummary.Builder
extends SdkPojo, CopyableBuilder<EventVariableSummary.Builder,EventVariableSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe event variable name.The event variable source.The value of the event variable.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
-
name
The event variable name.
- Parameters:
name
- The event variable name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value of the event variable.
- Parameters:
value
- The value of the event variable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
The event variable source.
- Parameters:
source
- The event variable source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-