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 Summary
Modifier 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.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
-
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
.- 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 isabcde.veo
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
detailType
A 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.
-
source
The 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.
-
resources
Amazon 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.
-
resources
Amazon 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
-