public static interface GetExportRequest.Builder extends LexModelBuildingRequest.Builder, CopyableBuilder<GetExportRequest.Builder,GetExportRequest>
| Modifier and Type | Method and Description |
|---|---|
GetExportRequest.Builder |
exportType(ExportType exportType)
The format of the exported data.
|
GetExportRequest.Builder |
exportType(String exportType)
The format of the exported data.
|
GetExportRequest.Builder |
name(String name)
The name of the bot to export.
|
GetExportRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetExportRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetExportRequest.Builder |
resourceType(ResourceType resourceType)
The type of resource to export.
|
GetExportRequest.Builder |
resourceType(String resourceType)
The type of resource to export.
|
GetExportRequest.Builder |
version(String version)
The version of the bot to export.
|
buildoverrideConfigurationcopyapplyMutation, buildGetExportRequest.Builder name(String name)
The name of the bot to export.
name - The name of the bot to export.GetExportRequest.Builder version(String version)
The version of the bot to export.
version - The version of the bot to export.GetExportRequest.Builder resourceType(String resourceType)
The type of resource to export.
resourceType - The type of resource to export.ResourceType,
ResourceTypeGetExportRequest.Builder resourceType(ResourceType resourceType)
The type of resource to export.
resourceType - The type of resource to export.ResourceType,
ResourceTypeGetExportRequest.Builder exportType(String exportType)
The format of the exported data.
exportType - The format of the exported data.ExportType,
ExportTypeGetExportRequest.Builder exportType(ExportType exportType)
The format of the exported data.
exportType - The format of the exported data.ExportType,
ExportTypeGetExportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetExportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.