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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetExportRequest.BuilderexportType(String exportType)The format of the exported data.GetExportRequest.BuilderexportType(ExportType exportType)The format of the exported data.GetExportRequest.Buildername(String name)The name of the bot to export.GetExportRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetExportRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetExportRequest.BuilderresourceType(String resourceType)The type of resource to export.GetExportRequest.BuilderresourceType(ResourceType resourceType)The type of resource to export.GetExportRequest.Builderversion(String version)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 Detail
-
name
GetExportRequest.Builder name(String 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
GetExportRequest.Builder version(String 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
GetExportRequest.Builder resourceType(String 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,ResourceType
-
resourceType
GetExportRequest.Builder resourceType(ResourceType 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,ResourceType
-
exportType
GetExportRequest.Builder exportType(String 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,ExportType
-
exportType
GetExportRequest.Builder exportType(ExportType 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,ExportType
-
overrideConfiguration
GetExportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetExportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-