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