ToCopyableBuilder<CreateDataSourceFromS3Response.Builder,CreateDataSourceFromS3Response>@Generated("software.amazon.awssdk:codegen") public class CreateDataSourceFromS3Response extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreateDataSourceFromS3Response.Builder,CreateDataSourceFromS3Response>
Represents the output of a CreateDataSourceFromS3 operation, and is an acknowledgement that Amazon ML
received the request.
The CreateDataSourceFromS3 operation is asynchronous. You can poll for updates by using the
GetBatchPrediction operation and checking the Status parameter.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
CreateDataSourceFromS3Response.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static CreateDataSourceFromS3Response.Builder |
builder() |
|
String |
dataSourceId() |
A user-supplied ID that uniquely identifies the
DataSource. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CreateDataSourceFromS3Response.Builder> |
serializableBuilderClass() |
|
CreateDataSourceFromS3Response.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic String dataSourceId()
A user-supplied ID that uniquely identifies the DataSource. This value should be identical to the
value of the DataSourceID in the request.
DataSource. This value should be identical
to the value of the DataSourceID in the request.public CreateDataSourceFromS3Response.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CreateDataSourceFromS3Response.Builder,CreateDataSourceFromS3Response>public static CreateDataSourceFromS3Response.Builder builder()
public static Class<? extends CreateDataSourceFromS3Response.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.