Interface EventBridgeParameters.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EventBridgeParameters.Builder,,- EventBridgeParameters> - SdkBuilder<EventBridgeParameters.Builder,,- EventBridgeParameters> - SdkPojo
- Enclosing class:
- EventBridgeParameters
@Mutable
@NotThreadSafe
public static interface EventBridgeParameters.Builder
extends SdkPojo, CopyableBuilder<EventBridgeParameters.Builder,EventBridgeParameters> 
- 
Method SummaryModifier and TypeMethodDescriptiondetailType(String detailType) A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.The source of the event.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
detailTypeA free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail. - Parameters:
- detailType- A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceThe source of the event. - Parameters:
- source- The source of the event.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-