public static interface PipeTargetEventBridgeEventBusParameters.Builder extends SdkPojo, CopyableBuilder<PipeTargetEventBridgeEventBusParameters.Builder,PipeTargetEventBridgeEventBusParameters>
| Modifier and Type | Method and Description |
|---|---|
PipeTargetEventBridgeEventBusParameters.Builder |
detailType(String detailType)
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event
detail.
|
PipeTargetEventBridgeEventBusParameters.Builder |
endpointId(String endpointId)
The URL subdomain of the endpoint.
|
PipeTargetEventBridgeEventBusParameters.Builder |
resources(Collection<String> resources)
Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.
|
PipeTargetEventBridgeEventBusParameters.Builder |
resources(String... resources)
Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.
|
PipeTargetEventBridgeEventBusParameters.Builder |
source(String source)
The source of the event.
|
PipeTargetEventBridgeEventBusParameters.Builder |
time(String time)
The time stamp of the event, per RFC3339.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPipeTargetEventBridgeEventBusParameters.Builder detailType(String detailType)
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
detailType - A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the
event detail.PipeTargetEventBridgeEventBusParameters.Builder endpointId(String 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.
When using Java, you must include auth-crt on the class path.
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.
When using Java, you must include auth-crt on the class path.
PipeTargetEventBridgeEventBusParameters.Builder resources(Collection<String> resources)
Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.
resources - Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily
concerns. Any number, including zero, may be present.PipeTargetEventBridgeEventBusParameters.Builder resources(String... resources)
Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.
resources - Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily
concerns. Any number, including zero, may be present.PipeTargetEventBridgeEventBusParameters.Builder source(String source)
The source of the event.
source - The source of the event.PipeTargetEventBridgeEventBusParameters.Builder time(String time)
Copyright © 2023. All rights reserved.