Class PipesPipeSourceParametersRabbitmqBrokerParameters.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.pipes_pipe.PipesPipeSourceParametersRabbitmqBrokerParameters.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<PipesPipeSourceParametersRabbitmqBrokerParameters>
- Enclosing interface:
- PipesPipeSourceParametersRabbitmqBrokerParameters
@Stability(Stable) public static final class PipesPipeSourceParametersRabbitmqBrokerParameters.Builder extends Object implements software.amazon.jsii.Builder<PipesPipeSourceParametersRabbitmqBrokerParameters>
A builder forPipesPipeSourceParametersRabbitmqBrokerParameters
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
credentials
@Stability(Stable) public PipesPipeSourceParametersRabbitmqBrokerParameters.Builder credentials(PipesPipeSourceParametersRabbitmqBrokerParametersCredentials credentials)
Sets the value ofPipesPipeSourceParametersRabbitmqBrokerParameters.getCredentials()- Parameters:
credentials- credentials block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pipes_pipe#credentials PipesPipe#credentials}- Returns:
this
-
queueName
@Stability(Stable) public PipesPipeSourceParametersRabbitmqBrokerParameters.Builder queueName(String queueName)
Sets the value ofPipesPipeSourceParametersRabbitmqBrokerParameters.getQueueName()- Parameters:
queueName- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pipes_pipe#queue_name PipesPipe#queue_name}. This parameter is required.- Returns:
this
-
batchSize
@Stability(Stable) public PipesPipeSourceParametersRabbitmqBrokerParameters.Builder batchSize(Number batchSize)
Sets the value ofPipesPipeSourceParametersRabbitmqBrokerParameters.getBatchSize()- Parameters:
batchSize- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pipes_pipe#batch_size PipesPipe#batch_size}.- Returns:
this
-
maximumBatchingWindowInSeconds
@Stability(Stable) public PipesPipeSourceParametersRabbitmqBrokerParameters.Builder maximumBatchingWindowInSeconds(Number maximumBatchingWindowInSeconds)
Sets the value ofPipesPipeSourceParametersRabbitmqBrokerParameters.getMaximumBatchingWindowInSeconds()- Parameters:
maximumBatchingWindowInSeconds- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pipes_pipe#maximum_batching_window_in_seconds PipesPipe#maximum_batching_window_in_seconds}.- Returns:
this
-
virtualHost
@Stability(Stable) public PipesPipeSourceParametersRabbitmqBrokerParameters.Builder virtualHost(String virtualHost)
Sets the value ofPipesPipeSourceParametersRabbitmqBrokerParameters.getVirtualHost()- Parameters:
virtualHost- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pipes_pipe#virtual_host PipesPipe#virtual_host}.- Returns:
this
-
build
@Stability(Stable) public PipesPipeSourceParametersRabbitmqBrokerParameters build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PipesPipeSourceParametersRabbitmqBrokerParameters>- Returns:
- a new instance of
PipesPipeSourceParametersRabbitmqBrokerParameters - Throws:
NullPointerException- if any required attribute was not provided
-
-