Interface StreamingDataPreviewOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StreamingDataPreviewOptions.Builder,
,StreamingDataPreviewOptions> SdkBuilder<StreamingDataPreviewOptions.Builder,
,StreamingDataPreviewOptions> SdkPojo
- Enclosing class:
StreamingDataPreviewOptions
@Mutable
@NotThreadSafe
public static interface StreamingDataPreviewOptions.Builder
extends SdkPojo, CopyableBuilder<StreamingDataPreviewOptions.Builder,StreamingDataPreviewOptions>
-
Method Summary
Modifier and TypeMethodDescriptionpollingTime
(Long pollingTime) The polling time in milliseconds.recordPollingLimit
(Long recordPollingLimit) The limit to the number of records polled.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
pollingTime
The polling time in milliseconds.
- Parameters:
pollingTime
- The polling time in milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordPollingLimit
The limit to the number of records polled.
- Parameters:
recordPollingLimit
- The limit to the number of records polled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-