public abstract static class DynamoDBIO.Write<T> extends PTransform<PCollection<T>,PCollection<java.lang.Void>>
name, resourceHints| Constructor and Description | 
|---|
| Write() | 
compose, compose, getAdditionalInputs, getDefaultOutputCoder, getDefaultOutputCoder, getDefaultOutputCoder, getKindString, getName, getResourceHints, populateDisplayData, setResourceHints, toString, validate, validate@Deprecated public DynamoDBIO.Write<T> withDynamoDbClientProvider(DynamoDbClientProvider clientProvider)
withClientConfiguration(ClientConfiguration) instead. Alternatively
     you can configure a custom ClientBuilderFactory in AwsOptions.@Deprecated public DynamoDBIO.Write<T> withDynamoDbClientProvider(AwsCredentialsProvider credentials, java.lang.String region, java.net.URI endpoint)
withClientConfiguration(ClientConfiguration) instead.@Deprecated public DynamoDBIO.Write<T> withDynamoDbClientProvider(AwsCredentialsProvider credentials, java.lang.String region)
withClientConfiguration(ClientConfiguration) instead.public DynamoDBIO.Write<T> withClientConfiguration(ClientConfiguration config)
@Deprecated public DynamoDBIO.Write<T> withRetryConfiguration(DynamoDBIO.RetryConfiguration retry)
withClientConfiguration(ClientConfiguration) with RetryConfiguration instead to delegate retries to the
     AWS SDK.public DynamoDBIO.Write<T> withWriteRequestMapperFn(SerializableFunction<T,KV<java.lang.String,WriteRequest>> writeItemMapperFn)
public DynamoDBIO.Write<T> withDeduplicateKeys(java.util.List<java.lang.String> deduplicateKeys)
public PCollection<java.lang.Void> expand(PCollection<T> input)
PTransformPTransform should be expanded on the given
 InputT.
 NOTE: This method should not be called directly. Instead apply the PTransform should
 be applied to the InputT using the apply method.
 
Composite transforms, which are defined in terms of other transforms, should return the output of one of the composed transforms. Non-composite transforms, which do not apply any transforms internally, should return a new unbound output and register evaluators (via backend-specific registration methods).
expand in class PTransform<PCollection<T>,PCollection<java.lang.Void>>