Class CfnPipePropsMixin.PipeSourceActiveMQBrokerParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.pipes.mixins.CfnPipePropsMixin.PipeSourceActiveMQBrokerParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipePropsMixin.PipeSourceActiveMQBrokerParametersProperty>
- Enclosing interface:
CfnPipePropsMixin.PipeSourceActiveMQBrokerParametersProperty
@Stability(Stable)
public static final class CfnPipePropsMixin.PipeSourceActiveMQBrokerParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipePropsMixin.PipeSourceActiveMQBrokerParametersProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.credentials(IResolvable credentials) maximumBatchingWindowInSeconds(Number maximumBatchingWindowInSeconds)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
batchSize
@Stability(Stable) public CfnPipePropsMixin.PipeSourceActiveMQBrokerParametersProperty.Builder batchSize(Number batchSize) - Parameters:
batchSize- The maximum number of records to include in each batch.- Returns:
this
-
credentials
@Stability(Stable) public CfnPipePropsMixin.PipeSourceActiveMQBrokerParametersProperty.Builder credentials(IResolvable credentials) - Parameters:
credentials- The credentials needed to access the resource.- Returns:
this
-
credentials
@Stability(Stable) public CfnPipePropsMixin.PipeSourceActiveMQBrokerParametersProperty.Builder credentials(CfnPipePropsMixin.MQBrokerAccessCredentialsProperty credentials) - Parameters:
credentials- The credentials needed to access the resource.- Returns:
this
-
maximumBatchingWindowInSeconds
@Stability(Stable) public CfnPipePropsMixin.PipeSourceActiveMQBrokerParametersProperty.Builder maximumBatchingWindowInSeconds(Number maximumBatchingWindowInSeconds) Sets the value ofCfnPipePropsMixin.PipeSourceActiveMQBrokerParametersProperty.getMaximumBatchingWindowInSeconds()- Parameters:
maximumBatchingWindowInSeconds- The maximum length of a time to wait for events.- Returns:
this
-
queueName
@Stability(Stable) public CfnPipePropsMixin.PipeSourceActiveMQBrokerParametersProperty.Builder queueName(String queueName) - Parameters:
queueName- The name of the destination queue to consume.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipePropsMixin.PipeSourceActiveMQBrokerParametersProperty>- Returns:
- a new instance of
CfnPipePropsMixin.PipeSourceActiveMQBrokerParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-