Interface UnsupportedTimestamps.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UnsupportedTimestamps.Builder,UnsupportedTimestamps>,SdkBuilder<UnsupportedTimestamps.Builder,UnsupportedTimestamps>,SdkPojo
- Enclosing class:
- UnsupportedTimestamps
public static interface UnsupportedTimestamps.Builder extends SdkPojo, CopyableBuilder<UnsupportedTimestamps.Builder,UnsupportedTimestamps>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnsupportedTimestamps.BuildertotalNumberOfUnsupportedTimestamps(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, sdkFields
-
-
-
-
Method Detail
-
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.
-
-