Class StartImportRequest

    • Method Detail

      • importId

        public final String importId()

        The unique identifier for the import. It is included in the response from the CreateUploadUrl operation.

        Returns:
        The unique identifier for the import. It is included in the response from the CreateUploadUrl operation.
      • resourceSpecification

        public final ImportResourceSpecification resourceSpecification()

        Parameters for creating the bot, bot locale or custom vocabulary.

        Returns:
        Parameters for creating the bot, bot locale or custom vocabulary.
      • mergeStrategy

        public final MergeStrategy mergeStrategy()

        The strategy to use when there is a name conflict between the imported resource and an existing resource. When the merge strategy is FailOnConflict existing resources are not overwritten and the import fails.

        If the service returns an enum value that is not available in the current SDK version, mergeStrategy will return MergeStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from mergeStrategyAsString().

        Returns:
        The strategy to use when there is a name conflict between the imported resource and an existing resource. When the merge strategy is FailOnConflict existing resources are not overwritten and the import fails.
        See Also:
        MergeStrategy
      • mergeStrategyAsString

        public final String mergeStrategyAsString()

        The strategy to use when there is a name conflict between the imported resource and an existing resource. When the merge strategy is FailOnConflict existing resources are not overwritten and the import fails.

        If the service returns an enum value that is not available in the current SDK version, mergeStrategy will return MergeStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from mergeStrategyAsString().

        Returns:
        The strategy to use when there is a name conflict between the imported resource and an existing resource. When the merge strategy is FailOnConflict existing resources are not overwritten and the import fails.
        See Also:
        MergeStrategy
      • filePassword

        public final String filePassword()

        The password used to encrypt the zip archive that contains the resource definition. You should always encrypt the zip archive to protect it during transit between your site and Amazon Lex.

        Returns:
        The password used to encrypt the zip archive that contains the resource definition. You should always encrypt the zip archive to protect it during transit between your site and Amazon Lex.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object