Interface PipeTargetEventBridgeEventBusParameters.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PipeTargetEventBridgeEventBusParameters.Builder,,- PipeTargetEventBridgeEventBusParameters> - SdkBuilder<PipeTargetEventBridgeEventBusParameters.Builder,,- PipeTargetEventBridgeEventBusParameters> - SdkPojo
- Enclosing class:
- PipeTargetEventBridgeEventBusParameters
@Mutable
@NotThreadSafe
public static interface PipeTargetEventBridgeEventBusParameters.Builder
extends SdkPojo, CopyableBuilder<PipeTargetEventBridgeEventBusParameters.Builder,PipeTargetEventBridgeEventBusParameters> 
- 
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.endpointId(String endpointId) The URL subdomain of the endpoint.Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.resources(Collection<String> resources) Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.The source of the event.The time stamp of the event, per RFC3339.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- 
endpointIdThe URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.- Parameters:
- endpointId- The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is- abcde.veo.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
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.
 
- 
resourcesAmazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present. - Parameters:
- resources- Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourcesAmazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present. - Parameters:
- resources- Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
time
 
-