public static interface UpdatePipeSourceSelfManagedKafkaParameters.Builder extends SdkPojo, CopyableBuilder<UpdatePipeSourceSelfManagedKafkaParameters.Builder,UpdatePipeSourceSelfManagedKafkaParameters>
| Modifier and Type | Method and Description |
|---|---|
UpdatePipeSourceSelfManagedKafkaParameters.Builder |
batchSize(Integer batchSize)
The maximum number of records to include in each batch.
|
default UpdatePipeSourceSelfManagedKafkaParameters.Builder |
credentials(Consumer<SelfManagedKafkaAccessConfigurationCredentials.Builder> credentials)
The credentials needed to access the resource.
|
UpdatePipeSourceSelfManagedKafkaParameters.Builder |
credentials(SelfManagedKafkaAccessConfigurationCredentials credentials)
The credentials needed to access the resource.
|
UpdatePipeSourceSelfManagedKafkaParameters.Builder |
maximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)
The maximum length of a time to wait for events.
|
UpdatePipeSourceSelfManagedKafkaParameters.Builder |
serverRootCaCertificate(String serverRootCaCertificate)
The ARN of the Secrets Manager secret used for certification.
|
default UpdatePipeSourceSelfManagedKafkaParameters.Builder |
vpc(Consumer<SelfManagedKafkaAccessConfigurationVpc.Builder> vpc)
This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address
is to be used.
|
UpdatePipeSourceSelfManagedKafkaParameters.Builder |
vpc(SelfManagedKafkaAccessConfigurationVpc vpc)
This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address
is to be used.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePipeSourceSelfManagedKafkaParameters.Builder batchSize(Integer batchSize)
The maximum number of records to include in each batch.
batchSize - The maximum number of records to include in each batch.UpdatePipeSourceSelfManagedKafkaParameters.Builder credentials(SelfManagedKafkaAccessConfigurationCredentials credentials)
The credentials needed to access the resource.
credentials - The credentials needed to access the resource.default UpdatePipeSourceSelfManagedKafkaParameters.Builder credentials(Consumer<SelfManagedKafkaAccessConfigurationCredentials.Builder> credentials)
The credentials needed to access the resource.
This is a convenience method that creates an instance of theSelfManagedKafkaAccessConfigurationCredentials.Builder avoiding the need to create one manually via
SelfManagedKafkaAccessConfigurationCredentials.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to
credentials(SelfManagedKafkaAccessConfigurationCredentials).
credentials - a consumer that will call methods on SelfManagedKafkaAccessConfigurationCredentials.Buildercredentials(SelfManagedKafkaAccessConfigurationCredentials)UpdatePipeSourceSelfManagedKafkaParameters.Builder maximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds)
The maximum length of a time to wait for events.
maximumBatchingWindowInSeconds - The maximum length of a time to wait for events.UpdatePipeSourceSelfManagedKafkaParameters.Builder serverRootCaCertificate(String serverRootCaCertificate)
The ARN of the Secrets Manager secret used for certification.
serverRootCaCertificate - The ARN of the Secrets Manager secret used for certification.UpdatePipeSourceSelfManagedKafkaParameters.Builder vpc(SelfManagedKafkaAccessConfigurationVpc vpc)
This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.
vpc - This structure specifies the VPC subnets and security groups for the stream, and whether a public IP
address is to be used.default UpdatePipeSourceSelfManagedKafkaParameters.Builder vpc(Consumer<SelfManagedKafkaAccessConfigurationVpc.Builder> vpc)
This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.
This is a convenience method that creates an instance of theSelfManagedKafkaAccessConfigurationVpc.Builder avoiding the need to create one manually via
SelfManagedKafkaAccessConfigurationVpc.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to vpc(SelfManagedKafkaAccessConfigurationVpc).
vpc - a consumer that will call methods on SelfManagedKafkaAccessConfigurationVpc.Buildervpc(SelfManagedKafkaAccessConfigurationVpc)Copyright © 2023. All rights reserved.