Interface EnableKinesisStreamingConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EnableKinesisStreamingConfiguration.Builder,,EnableKinesisStreamingConfiguration> SdkBuilder<EnableKinesisStreamingConfiguration.Builder,,EnableKinesisStreamingConfiguration> SdkPojo
- Enclosing class:
 EnableKinesisStreamingConfiguration
public static interface EnableKinesisStreamingConfiguration.Builder
extends SdkPojo, CopyableBuilder<EnableKinesisStreamingConfiguration.Builder,EnableKinesisStreamingConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionapproximateCreationDateTimePrecision(String approximateCreationDateTimePrecision) Toggle for the precision of Kinesis data stream timestamp.approximateCreationDateTimePrecision(ApproximateCreationDateTimePrecision approximateCreationDateTimePrecision) Toggle for the precision of Kinesis data stream timestamp.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
approximateCreationDateTimePrecision
EnableKinesisStreamingConfiguration.Builder approximateCreationDateTimePrecision(String approximateCreationDateTimePrecision) Toggle for the precision of Kinesis data stream timestamp. The values are either
MILLISECONDorMICROSECOND.- Parameters:
 approximateCreationDateTimePrecision- Toggle for the precision of Kinesis data stream timestamp. The values are eitherMILLISECONDorMICROSECOND.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
approximateCreationDateTimePrecision
EnableKinesisStreamingConfiguration.Builder approximateCreationDateTimePrecision(ApproximateCreationDateTimePrecision approximateCreationDateTimePrecision) Toggle for the precision of Kinesis data stream timestamp. The values are either
MILLISECONDorMICROSECOND.- Parameters:
 approximateCreationDateTimePrecision- Toggle for the precision of Kinesis data stream timestamp. The values are eitherMILLISECONDorMICROSECOND.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -