Interface GetExportRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetExportRequest.Builder,
,GetExportRequest> LexModelBuildingRequest.Builder
,SdkBuilder<GetExportRequest.Builder,
,GetExportRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetExportRequest
public static interface GetExportRequest.Builder
extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<GetExportRequest.Builder,GetExportRequest>
-
Method Summary
Modifier and TypeMethodDescriptionexportType
(String exportType) The format of the exported data.exportType
(ExportType exportType) The format of the exported data.The name of the bot to export.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceType
(String resourceType) The type of resource to export.resourceType
(ResourceType resourceType) The type of resource to export.The version of the bot to export.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lexmodelbuilding.model.LexModelBuildingRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The name of the bot to export.
- Parameters:
name
- The name of the bot to export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version of the bot to export.
- Parameters:
version
- The version of the bot to export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
The type of resource to export.
- Parameters:
resourceType
- The type of resource to export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The type of resource to export.
- Parameters:
resourceType
- The type of resource to export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportType
The format of the exported data.
- Parameters:
exportType
- The format of the exported data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportType
The format of the exported data.
- Parameters:
exportType
- The format of the exported data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GetExportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetExportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-