public static interface StartImportResponse.Builder extends LexModelBuildingResponse.Builder, SdkPojo, CopyableBuilder<StartImportResponse.Builder,StartImportResponse>
| Modifier and Type | Method and Description |
|---|---|
StartImportResponse.Builder |
createdDate(Instant createdDate)
A timestamp for the date and time that the import job was requested.
|
StartImportResponse.Builder |
importId(String importId)
The identifier for the specific import job.
|
StartImportResponse.Builder |
importStatus(ImportStatus importStatus)
The status of the import job.
|
StartImportResponse.Builder |
importStatus(String importStatus)
The status of the import job.
|
StartImportResponse.Builder |
mergeStrategy(MergeStrategy mergeStrategy)
The action to take when there is a merge conflict.
|
StartImportResponse.Builder |
mergeStrategy(String mergeStrategy)
The action to take when there is a merge conflict.
|
StartImportResponse.Builder |
name(String name)
The name given to the import job.
|
StartImportResponse.Builder |
resourceType(ResourceType resourceType)
The type of resource to import.
|
StartImportResponse.Builder |
resourceType(String resourceType)
The type of resource to import.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildStartImportResponse.Builder name(String name)
The name given to the import job.
name - The name given to the import job.StartImportResponse.Builder resourceType(String resourceType)
The type of resource to import.
resourceType - The type of resource to import.ResourceType,
ResourceTypeStartImportResponse.Builder resourceType(ResourceType resourceType)
The type of resource to import.
resourceType - The type of resource to import.ResourceType,
ResourceTypeStartImportResponse.Builder mergeStrategy(String mergeStrategy)
The action to take when there is a merge conflict.
mergeStrategy - The action to take when there is a merge conflict.MergeStrategy,
MergeStrategyStartImportResponse.Builder mergeStrategy(MergeStrategy mergeStrategy)
The action to take when there is a merge conflict.
mergeStrategy - The action to take when there is a merge conflict.MergeStrategy,
MergeStrategyStartImportResponse.Builder importId(String importId)
The identifier for the specific import job.
importId - The identifier for the specific import job.StartImportResponse.Builder importStatus(String importStatus)
The status of the import job. If the status is FAILED, you can get the reason for the failure
using the GetImport operation.
importStatus - The status of the import job. If the status is FAILED, you can get the reason for the
failure using the GetImport operation.ImportStatus,
ImportStatusStartImportResponse.Builder importStatus(ImportStatus importStatus)
The status of the import job. If the status is FAILED, you can get the reason for the failure
using the GetImport operation.
importStatus - The status of the import job. If the status is FAILED, you can get the reason for the
failure using the GetImport operation.ImportStatus,
ImportStatusStartImportResponse.Builder createdDate(Instant createdDate)
A timestamp for the date and time that the import job was requested.
createdDate - A timestamp for the date and time that the import job was requested.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.