Class CfnPipePropsMixin.PipeTargetEventBridgeEventBusParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pipes.CfnPipePropsMixin.PipeTargetEventBridgeEventBusParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipePropsMixin.PipeTargetEventBridgeEventBusParametersProperty>
- Enclosing interface:
CfnPipePropsMixin.PipeTargetEventBridgeEventBusParametersProperty
@Stability(Stable)
public static final class CfnPipePropsMixin.PipeTargetEventBridgeEventBusParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipePropsMixin.PipeTargetEventBridgeEventBusParametersProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.detailType(String detailType) endpointId(String endpointId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
detailType
@Stability(Stable) public CfnPipePropsMixin.PipeTargetEventBridgeEventBusParametersProperty.Builder detailType(String detailType) - Parameters:
detailType- A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.- Returns:
this
-
endpointId
@Stability(Stable) public CfnPipePropsMixin.PipeTargetEventBridgeEventBusParametersProperty.Builder endpointId(String endpointId) - 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:
this
-
resources
@Stability(Stable) public CfnPipePropsMixin.PipeTargetEventBridgeEventBusParametersProperty.Builder resources(List<String> resources) - Parameters:
resources- AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.- Returns:
this
-
source
@Stability(Stable) public CfnPipePropsMixin.PipeTargetEventBridgeEventBusParametersProperty.Builder source(String source) - Parameters:
source- The source of the event.- Returns:
this
-
time
@Stability(Stable) public CfnPipePropsMixin.PipeTargetEventBridgeEventBusParametersProperty.Builder time(String time) -
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipePropsMixin.PipeTargetEventBridgeEventBusParametersProperty>- Returns:
- a new instance of
CfnPipePropsMixin.PipeTargetEventBridgeEventBusParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-