Interface UpdatePipeSourceRabbitMQBrokerParameters.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<UpdatePipeSourceRabbitMQBrokerParameters.Builder,,- UpdatePipeSourceRabbitMQBrokerParameters> - SdkBuilder<UpdatePipeSourceRabbitMQBrokerParameters.Builder,,- UpdatePipeSourceRabbitMQBrokerParameters> - SdkPojo
- Enclosing class:
- UpdatePipeSourceRabbitMQBrokerParameters
@Mutable
@NotThreadSafe
public static interface UpdatePipeSourceRabbitMQBrokerParameters.Builder
extends SdkPojo, CopyableBuilder<UpdatePipeSourceRabbitMQBrokerParameters.Builder,UpdatePipeSourceRabbitMQBrokerParameters> 
- 
Method SummaryModifier and TypeMethodDescriptionThe maximum number of records to include in each batch.credentials(Consumer<MQBrokerAccessCredentials.Builder> credentials) The credentials needed to access the resource.credentials(MQBrokerAccessCredentials credentials) The credentials needed to access the resource.maximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds) The maximum length of a time to wait for events.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
credentialsThe credentials needed to access the resource. - Parameters:
- credentials- The credentials needed to access the resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
credentialsdefault UpdatePipeSourceRabbitMQBrokerParameters.Builder credentials(Consumer<MQBrokerAccessCredentials.Builder> credentials) The credentials needed to access the resource. This is a convenience method that creates an instance of theMQBrokerAccessCredentials.Builderavoiding the need to create one manually viaMQBrokerAccessCredentials.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocredentials(MQBrokerAccessCredentials).- Parameters:
- credentials- a consumer that will call methods on- MQBrokerAccessCredentials.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
batchSizeThe maximum number of records to include in each batch. - Parameters:
- batchSize- The maximum number of records to include in each batch.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maximumBatchingWindowInSecondsUpdatePipeSourceRabbitMQBrokerParameters.Builder maximumBatchingWindowInSeconds(Integer maximumBatchingWindowInSeconds) The maximum length of a time to wait for events. - Parameters:
- maximumBatchingWindowInSeconds- The maximum length of a time to wait for events.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-