Interface UnsupportedTimestamps.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UnsupportedTimestamps.Builder,
,UnsupportedTimestamps> SdkBuilder<UnsupportedTimestamps.Builder,
,UnsupportedTimestamps> SdkPojo
- Enclosing class:
UnsupportedTimestamps
@Mutable
@NotThreadSafe
public static interface UnsupportedTimestamps.Builder
extends SdkPojo, CopyableBuilder<UnsupportedTimestamps.Builder,UnsupportedTimestamps>
-
Method Summary
Modifier and TypeMethodDescriptiontotalNumberOfUnsupportedTimestamps
(Integer totalNumberOfUnsupportedTimestamps) Indicates the total number of unsupported timestamps across the ingested data.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
-
totalNumberOfUnsupportedTimestamps
UnsupportedTimestamps.Builder totalNumberOfUnsupportedTimestamps(Integer totalNumberOfUnsupportedTimestamps) Indicates the total number of unsupported timestamps across the ingested data.
- Parameters:
totalNumberOfUnsupportedTimestamps
- Indicates the total number of unsupported timestamps across the ingested data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-