Interface EventVariableSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EventVariableSummary.Builder,EventVariableSummary>,SdkBuilder<EventVariableSummary.Builder,EventVariableSummary>,SdkPojo
- Enclosing class:
- EventVariableSummary
public static interface EventVariableSummary.Builder extends SdkPojo, CopyableBuilder<EventVariableSummary.Builder,EventVariableSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventVariableSummary.Buildername(String name)The event variable name.EventVariableSummary.Buildersource(String source)The event variable source.EventVariableSummary.Buildervalue(String value)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, sdkFields
-
-
-
-
Method Detail
-
name
EventVariableSummary.Builder name(String 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
EventVariableSummary.Builder value(String 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
EventVariableSummary.Builder source(String 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.
-
-