public static interface GetImportResponse.Builder extends LexModelBuildingResponse.Builder, SdkPojo, CopyableBuilder<GetImportResponse.Builder,GetImportResponse>
| Modifier and Type | Method and Description |
|---|---|
GetImportResponse.Builder |
createdDate(Instant createdDate)
A timestamp for the date and time that the import job was created.
|
GetImportResponse.Builder |
failureReason(Collection<String> failureReason)
A string that describes why an import job failed to complete.
|
GetImportResponse.Builder |
failureReason(String... failureReason)
A string that describes why an import job failed to complete.
|
GetImportResponse.Builder |
importId(String importId)
The identifier for the specific import job.
|
GetImportResponse.Builder |
importStatus(ImportStatus importStatus)
The status of the import job.
|
GetImportResponse.Builder |
importStatus(String importStatus)
The status of the import job.
|
GetImportResponse.Builder |
mergeStrategy(MergeStrategy mergeStrategy)
The action taken when there was a conflict between an existing resource and a resource in the import file.
|
GetImportResponse.Builder |
mergeStrategy(String mergeStrategy)
The action taken when there was a conflict between an existing resource and a resource in the import file.
|
GetImportResponse.Builder |
name(String name)
The name given to the import job.
|
GetImportResponse.Builder |
resourceType(ResourceType resourceType)
The type of resource imported.
|
GetImportResponse.Builder |
resourceType(String resourceType)
The type of resource imported.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetImportResponse.Builder name(String name)
The name given to the import job.
name - The name given to the import job.GetImportResponse.Builder resourceType(String resourceType)
The type of resource imported.
resourceType - The type of resource imported.ResourceType,
ResourceTypeGetImportResponse.Builder resourceType(ResourceType resourceType)
The type of resource imported.
resourceType - The type of resource imported.ResourceType,
ResourceTypeGetImportResponse.Builder mergeStrategy(String mergeStrategy)
The action taken when there was a conflict between an existing resource and a resource in the import file.
mergeStrategy - The action taken when there was a conflict between an existing resource and a resource in the import
file.MergeStrategy,
MergeStrategyGetImportResponse.Builder mergeStrategy(MergeStrategy mergeStrategy)
The action taken when there was a conflict between an existing resource and a resource in the import file.
mergeStrategy - The action taken when there was a conflict between an existing resource and a resource in the import
file.MergeStrategy,
MergeStrategyGetImportResponse.Builder importId(String importId)
The identifier for the specific import job.
importId - The identifier for the specific import job.GetImportResponse.Builder importStatus(String importStatus)
The status of the import job. If the status is FAILED, you can get the reason for the failure
from the failureReason field.
importStatus - The status of the import job. If the status is FAILED, you can get the reason for the
failure from the failureReason field.ImportStatus,
ImportStatusGetImportResponse.Builder importStatus(ImportStatus importStatus)
The status of the import job. If the status is FAILED, you can get the reason for the failure
from the failureReason field.
importStatus - The status of the import job. If the status is FAILED, you can get the reason for the
failure from the failureReason field.ImportStatus,
ImportStatusGetImportResponse.Builder failureReason(Collection<String> failureReason)
A string that describes why an import job failed to complete.
failureReason - A string that describes why an import job failed to complete.GetImportResponse.Builder failureReason(String... failureReason)
A string that describes why an import job failed to complete.
failureReason - A string that describes why an import job failed to complete.GetImportResponse.Builder createdDate(Instant createdDate)
A timestamp for the date and time that the import job was created.
createdDate - A timestamp for the date and time that the import job was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.