CopyableBuilder<DataSource.Builder,DataSource>
, SdkBuilder<DataSource.Builder,DataSource>
public static interface DataSource.Builder extends CopyableBuilder<DataSource.Builder,DataSource>
Modifier and Type | Method | Description |
---|---|---|
DataSource.Builder |
computeStatistics(Boolean computeStatistics) |
The parameter is
true if statistics need to be generated from the observation data. |
DataSource.Builder |
computeTime(Long computeTime) |
|
DataSource.Builder |
createdAt(Date createdAt) |
The time that the
DataSource was created. |
DataSource.Builder |
createdByIamUser(String createdByIamUser) |
The AWS user account from which the
DataSource was created. |
DataSource.Builder |
dataLocationS3(String dataLocationS3) |
The location and name of the data in Amazon Simple Storage Service (Amazon S3) that is used by a
DataSource . |
DataSource.Builder |
dataRearrangement(String dataRearrangement) |
A JSON string that represents the splitting and rearrangement requirement used when this
DataSource was created. |
DataSource.Builder |
dataSizeInBytes(Long dataSizeInBytes) |
The total number of observations contained in the data files that the
DataSource references. |
DataSource.Builder |
dataSourceId(String dataSourceId) |
The ID that is assigned to the
DataSource during creation. |
DataSource.Builder |
finishedAt(Date finishedAt) |
|
DataSource.Builder |
lastUpdatedAt(Date lastUpdatedAt) |
The time of the most recent edit to the
BatchPrediction . |
DataSource.Builder |
message(String message) |
A description of the most recent details about creating the
DataSource . |
DataSource.Builder |
name(String name) |
A user-supplied name or description of the
DataSource . |
DataSource.Builder |
numberOfFiles(Long numberOfFiles) |
The number of data files referenced by the
DataSource . |
DataSource.Builder |
rdsMetadata(RDSMetadata rdsMetadata) |
|
DataSource.Builder |
redshiftMetadata(RedshiftMetadata redshiftMetadata) |
|
DataSource.Builder |
roleARN(String roleARN) |
|
DataSource.Builder |
startedAt(Date startedAt) |
|
DataSource.Builder |
status(String status) |
The current status of the
DataSource . |
DataSource.Builder |
status(EntityStatus status) |
The current status of the
DataSource . |
copy
apply, build
DataSource.Builder dataSourceId(String dataSourceId)
The ID that is assigned to the DataSource
during creation.
dataSourceId
- The ID that is assigned to the DataSource
during creation.DataSource.Builder dataLocationS3(String dataLocationS3)
The location and name of the data in Amazon Simple Storage Service (Amazon S3) that is used by a
DataSource
.
dataLocationS3
- The location and name of the data in Amazon Simple Storage Service (Amazon S3) that is used by a
DataSource
.DataSource.Builder dataRearrangement(String dataRearrangement)
A JSON string that represents the splitting and rearrangement requirement used when this
DataSource
was created.
dataRearrangement
- A JSON string that represents the splitting and rearrangement requirement used when this
DataSource
was created.DataSource.Builder createdByIamUser(String createdByIamUser)
The AWS user account from which the DataSource
was created. The account type can be either an
AWS root account or an AWS Identity and Access Management (IAM) user account.
createdByIamUser
- The AWS user account from which the DataSource
was created. The account type can be
either an AWS root account or an AWS Identity and Access Management (IAM) user account.DataSource.Builder createdAt(Date createdAt)
The time that the DataSource
was created. The time is expressed in epoch time.
createdAt
- The time that the DataSource
was created. The time is expressed in epoch time.DataSource.Builder lastUpdatedAt(Date lastUpdatedAt)
The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.
lastUpdatedAt
- The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch
time.DataSource.Builder dataSizeInBytes(Long dataSizeInBytes)
The total number of observations contained in the data files that the DataSource
references.
dataSizeInBytes
- The total number of observations contained in the data files that the DataSource
references.DataSource.Builder numberOfFiles(Long numberOfFiles)
The number of data files referenced by the DataSource
.
numberOfFiles
- The number of data files referenced by the DataSource
.DataSource.Builder name(String name)
A user-supplied name or description of the DataSource
.
name
- A user-supplied name or description of the DataSource
.DataSource.Builder status(String status)
The current status of the DataSource
. This element can have one of the following values:
DataSource
.DataSource
did not run to completion. It is not usable.DataSource
is marked as deleted. It is not usable.status
- The current status of the DataSource
. This element can have one of the following values:
DataSource
.DataSource
did not run to completion. It is not
usable.DataSource
is marked as deleted. It is not usable.EntityStatus
DataSource.Builder status(EntityStatus status)
The current status of the DataSource
. This element can have one of the following values:
DataSource
.DataSource
did not run to completion. It is not usable.DataSource
is marked as deleted. It is not usable.status
- The current status of the DataSource
. This element can have one of the following values:
DataSource
.DataSource
did not run to completion. It is not
usable.DataSource
is marked as deleted. It is not usable.EntityStatus
DataSource.Builder message(String message)
A description of the most recent details about creating the DataSource
.
message
- A description of the most recent details about creating the DataSource
.DataSource.Builder redshiftMetadata(RedshiftMetadata redshiftMetadata)
redshiftMetadata
- DataSource.Builder rdsMetadata(RDSMetadata rdsMetadata)
rdsMetadata
- DataSource.Builder roleARN(String roleARN)
roleARN
- DataSource.Builder computeStatistics(Boolean computeStatistics)
The parameter is true
if statistics need to be generated from the observation data.
computeStatistics
- The parameter is true
if statistics need to be generated from the observation data.DataSource.Builder computeTime(Long computeTime)
computeTime
- DataSource.Builder finishedAt(Date finishedAt)
finishedAt
- DataSource.Builder startedAt(Date startedAt)
startedAt
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.