Class PipesPipeSourceParametersSelfManagedKafkaParameters.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.pipes_pipe.PipesPipeSourceParametersSelfManagedKafkaParameters.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<PipesPipeSourceParametersSelfManagedKafkaParameters>
- Enclosing interface:
- PipesPipeSourceParametersSelfManagedKafkaParameters
@Stability(Stable) public static final class PipesPipeSourceParametersSelfManagedKafkaParameters.Builder extends Object implements software.amazon.jsii.Builder<PipesPipeSourceParametersSelfManagedKafkaParameters>
A builder forPipesPipeSourceParametersSelfManagedKafkaParameters
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
topicName
@Stability(Stable) public PipesPipeSourceParametersSelfManagedKafkaParameters.Builder topicName(String topicName)
Sets the value ofPipesPipeSourceParametersSelfManagedKafkaParameters.getTopicName()- Parameters:
topicName- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pipes_pipe#topic_name PipesPipe#topic_name}. This parameter is required.- Returns:
this
-
additionalBootstrapServers
@Stability(Stable) public PipesPipeSourceParametersSelfManagedKafkaParameters.Builder additionalBootstrapServers(List<String> additionalBootstrapServers)
Sets the value ofPipesPipeSourceParametersSelfManagedKafkaParameters.getAdditionalBootstrapServers()- Parameters:
additionalBootstrapServers- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pipes_pipe#additional_bootstrap_servers PipesPipe#additional_bootstrap_servers}.- Returns:
this
-
batchSize
@Stability(Stable) public PipesPipeSourceParametersSelfManagedKafkaParameters.Builder batchSize(Number batchSize)
Sets the value ofPipesPipeSourceParametersSelfManagedKafkaParameters.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
-
consumerGroupId
@Stability(Stable) public PipesPipeSourceParametersSelfManagedKafkaParameters.Builder consumerGroupId(String consumerGroupId)
Sets the value ofPipesPipeSourceParametersSelfManagedKafkaParameters.getConsumerGroupId()- Parameters:
consumerGroupId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pipes_pipe#consumer_group_id PipesPipe#consumer_group_id}.- Returns:
this
-
credentials
@Stability(Stable) public PipesPipeSourceParametersSelfManagedKafkaParameters.Builder credentials(PipesPipeSourceParametersSelfManagedKafkaParametersCredentials credentials)
Sets the value ofPipesPipeSourceParametersSelfManagedKafkaParameters.getCredentials()- Parameters:
credentials- credentials block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pipes_pipe#credentials PipesPipe#credentials}- Returns:
this
-
maximumBatchingWindowInSeconds
@Stability(Stable) public PipesPipeSourceParametersSelfManagedKafkaParameters.Builder maximumBatchingWindowInSeconds(Number maximumBatchingWindowInSeconds)
Sets the value ofPipesPipeSourceParametersSelfManagedKafkaParameters.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
-
serverRootCaCertificate
@Stability(Stable) public PipesPipeSourceParametersSelfManagedKafkaParameters.Builder serverRootCaCertificate(String serverRootCaCertificate)
- Parameters:
serverRootCaCertificate- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pipes_pipe#server_root_ca_certificate PipesPipe#server_root_ca_certificate}.- Returns:
this
-
startingPosition
@Stability(Stable) public PipesPipeSourceParametersSelfManagedKafkaParameters.Builder startingPosition(String startingPosition)
- Parameters:
startingPosition- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pipes_pipe#starting_position PipesPipe#starting_position}.- Returns:
this
-
vpc
@Stability(Stable) public PipesPipeSourceParametersSelfManagedKafkaParameters.Builder vpc(PipesPipeSourceParametersSelfManagedKafkaParametersVpc vpc)
Sets the value ofPipesPipeSourceParametersSelfManagedKafkaParameters.getVpc()- Parameters:
vpc- vpc block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pipes_pipe#vpc PipesPipe#vpc}- Returns:
this
-
build
@Stability(Stable) public PipesPipeSourceParametersSelfManagedKafkaParameters build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PipesPipeSourceParametersSelfManagedKafkaParameters>- Returns:
- a new instance of
PipesPipeSourceParametersSelfManagedKafkaParameters - Throws:
NullPointerException- if any required attribute was not provided
-
-