Class CreateContactFlowVersionRequest

    • Method Detail

      • instanceId

        public final String instanceId()

        The identifier of the Amazon Connect instance.

        Returns:
        The identifier of the Amazon Connect instance.
      • description

        public final String description()

        The description of the flow version.

        Returns:
        The description of the flow version.
      • contactFlowId

        public final String contactFlowId()

        The identifier of the flow.

        Returns:
        The identifier of the flow.
      • flowContentSha256

        public final String flowContentSha256()

        Indicates the checksum value of the flow content.

        Returns:
        Indicates the checksum value of the flow content.
      • contactFlowVersion

        public final Long contactFlowVersion()

        The identifier of the flow version.

        Returns:
        The identifier of the flow version.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        The Amazon Web Services Region where this resource was last modified.

        Returns:
        The Amazon Web Services Region where this resource was last modified.
      • lastModifiedRegion

        public final String lastModifiedRegion()

        The Amazon Web Services Region where this resource was last modified.

        Returns:
        The Amazon Web Services Region where this resource was last modified.
      • 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