public static interface ReferenceDataSource.Builder extends CopyableBuilder<ReferenceDataSource.Builder,ReferenceDataSource>
| Modifier and Type | Method and Description |
|---|---|
default ReferenceDataSource.Builder |
referenceSchema(Consumer<SourceSchema.Builder> referenceSchema)
Sets the value of the ReferenceSchema property for this object.
|
ReferenceDataSource.Builder |
referenceSchema(SourceSchema referenceSchema)
Sets the value of the ReferenceSchema property for this object.
|
default ReferenceDataSource.Builder |
s3ReferenceDataSource(Consumer<S3ReferenceDataSource.Builder> s3ReferenceDataSource)
Sets the value of the S3ReferenceDataSource property for this object.
|
ReferenceDataSource.Builder |
s3ReferenceDataSource(S3ReferenceDataSource s3ReferenceDataSource)
Sets the value of the S3ReferenceDataSource property for this object.
|
ReferenceDataSource.Builder |
tableName(String tableName)
Name of the in-application table to create.
|
copyapply, buildReferenceDataSource.Builder tableName(String tableName)
Name of the in-application table to create.
tableName - Name of the in-application table to create.ReferenceDataSource.Builder s3ReferenceDataSource(S3ReferenceDataSource s3ReferenceDataSource)
s3ReferenceDataSource - The new value for the S3ReferenceDataSource property for this object.default ReferenceDataSource.Builder s3ReferenceDataSource(Consumer<S3ReferenceDataSource.Builder> s3ReferenceDataSource)
S3ReferenceDataSource.Builder avoiding the need
to create one manually via S3ReferenceDataSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to s3ReferenceDataSource(S3ReferenceDataSource).s3ReferenceDataSource - a consumer that will call methods on S3ReferenceDataSource.Builders3ReferenceDataSource(S3ReferenceDataSource)ReferenceDataSource.Builder referenceSchema(SourceSchema referenceSchema)
referenceSchema - The new value for the ReferenceSchema property for this object.default ReferenceDataSource.Builder referenceSchema(Consumer<SourceSchema.Builder> referenceSchema)
SourceSchema.Builder avoiding the need to
create one manually via SourceSchema.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to referenceSchema(SourceSchema).referenceSchema - a consumer that will call methods on SourceSchema.BuilderreferenceSchema(SourceSchema)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.