Uses of Interface
software.amazon.awssdk.services.dynamodb.model.Stream.Builder
-
Packages that use Stream.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of Stream.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return Stream.Builder Modifier and Type Method Description static Stream.BuilderStream. builder()Stream.BuilderStream.Builder. streamArn(String streamArn)The Amazon Resource Name (ARN) for the stream.Stream.BuilderStream.Builder. streamLabel(String streamLabel)A timestamp, in ISO 8601 format, for this stream.Stream.BuilderStream.Builder. tableName(String tableName)The DynamoDB table with which the stream is associated.Stream.BuilderStream. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type Stream.Builder Modifier and Type Method Description static Class<? extends Stream.Builder>Stream. serializableBuilderClass()
-