Interface GetImportResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetImportResponse.Builder,,- GetImportResponse> - LexModelBuildingResponse.Builder,- SdkBuilder<GetImportResponse.Builder,,- GetImportResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetImportResponse
- 
Method SummaryModifier and TypeMethodDescriptioncreatedDate(Instant createdDate) A timestamp for the date and time that the import job was created.failureReason(String... failureReason) A string that describes why an import job failed to complete.failureReason(Collection<String> failureReason) A string that describes why an import job failed to complete.The identifier for the specific import job.importStatus(String importStatus) The status of the import job.importStatus(ImportStatus importStatus) The status of the import job.mergeStrategy(String mergeStrategy) The action taken when there was a conflict between an existing resource and a resource in the import file.mergeStrategy(MergeStrategy mergeStrategy) The action taken when there was a conflict between an existing resource and a resource in the import file.The name given to the import job.resourceType(String resourceType) The type of resource imported.resourceType(ResourceType resourceType) The type of resource imported.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.lexmodelbuilding.model.LexModelBuildingResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
nameThe name given to the import job. - Parameters:
- name- The name given to the import job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourceTypeThe type of resource imported. - Parameters:
- resourceType- The type of resource imported.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
resourceTypeThe type of resource imported. - Parameters:
- resourceType- The type of resource imported.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
mergeStrategyThe action taken when there was a conflict between an existing resource and a resource in the import file. - Parameters:
- mergeStrategy- The action taken when there was a conflict between an existing resource and a resource in the import file.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
mergeStrategyThe action taken when there was a conflict between an existing resource and a resource in the import file. - Parameters:
- mergeStrategy- The action taken when there was a conflict between an existing resource and a resource in the import file.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
importIdThe identifier for the specific import job. - Parameters:
- importId- The identifier for the specific import job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
importStatusThe status of the import job. If the status is FAILED, you can get the reason for the failure from thefailureReasonfield.- Parameters:
- importStatus- The status of the import job. If the status is- FAILED, you can get the reason for the failure from the- failureReasonfield.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
importStatusThe status of the import job. If the status is FAILED, you can get the reason for the failure from thefailureReasonfield.- Parameters:
- importStatus- The status of the import job. If the status is- FAILED, you can get the reason for the failure from the- failureReasonfield.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
failureReasonA string that describes why an import job failed to complete. - Parameters:
- failureReason- A string that describes why an import job failed to complete.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
failureReasonA string that describes why an import job failed to complete. - Parameters:
- failureReason- A string that describes why an import job failed to complete.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdDateA timestamp for the date and time that the import job was created. - Parameters:
- createdDate- A timestamp for the date and time that the import job was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-