static StartImportRequest.Builder |
StartImportRequest.builder() |
|
StartImportRequest.Builder |
StartImportRequest.Builder.mergeStrategy(String mergeStrategy) |
Specifies the action that the StartImport operation should take when there is an existing
resource with the same name.
|
StartImportRequest.Builder |
StartImportRequest.Builder.mergeStrategy(MergeStrategy mergeStrategy) |
Specifies the action that the StartImport operation should take when there is an existing
resource with the same name.
|
StartImportRequest.Builder |
StartImportRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartImportRequest.Builder |
StartImportRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
StartImportRequest.Builder |
StartImportRequest.Builder.payload(SdkBytes payload) |
A zip archive in binary format.
|
StartImportRequest.Builder |
StartImportRequest.Builder.resourceType(String resourceType) |
Specifies the type of resource to export.
|
StartImportRequest.Builder |
StartImportRequest.Builder.resourceType(ResourceType resourceType) |
Specifies the type of resource to export.
|
StartImportRequest.Builder |
StartImportRequest.Builder.tags(Collection<Tag> tags) |
A list of tags to add to the imported bot.
|
StartImportRequest.Builder |
StartImportRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of tags to add to the imported bot.
|
StartImportRequest.Builder |
StartImportRequest.Builder.tags(Tag... tags) |
A list of tags to add to the imported bot.
|
StartImportRequest.Builder |
StartImportRequest.toBuilder() |
|