Interface RuleTriggerEventSource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RuleTriggerEventSource.Builder,
,RuleTriggerEventSource> SdkBuilder<RuleTriggerEventSource.Builder,
,RuleTriggerEventSource> SdkPojo
- Enclosing class:
RuleTriggerEventSource
@Mutable
@NotThreadSafe
public static interface RuleTriggerEventSource.Builder
extends SdkPojo, CopyableBuilder<RuleTriggerEventSource.Builder,RuleTriggerEventSource>
-
Method Summary
Modifier and TypeMethodDescriptioneventSourceName
(String eventSourceName) The name of the event source.eventSourceName
(EventSourceName eventSourceName) The name of the event source.integrationAssociationId
(String integrationAssociationId) The identifier for the integration association.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
-
eventSourceName
The name of the event source.
- Parameters:
eventSourceName
- The name of the event source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventSourceName
The name of the event source.
- Parameters:
eventSourceName
- The name of the event source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
integrationAssociationId
The identifier for the integration association.
- Parameters:
integrationAssociationId
- The identifier for the integration association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-