Interface CreateViewRequest.Builder

    • Method Detail

      • instanceId

        CreateViewRequest.Builder instanceId​(String instanceId)

        The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

        Parameters:
        instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        CreateViewRequest.Builder clientToken​(String clientToken)

        A unique Id for each create view request to avoid duplicate view creation. For example, the view is idempotent ClientToken is provided.

        Parameters:
        clientToken - A unique Id for each create view request to avoid duplicate view creation. For example, the view is idempotent ClientToken is provided.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        CreateViewRequest.Builder status​(String status)

        Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.

        Parameters:
        status - Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ViewStatus, ViewStatus
      • status

        CreateViewRequest.Builder status​(ViewStatus status)

        Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.

        Parameters:
        status - Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ViewStatus, ViewStatus
      • content

        CreateViewRequest.Builder content​(ViewInputContent content)

        View content containing all content necessary to render a view except for runtime input data.

        The total uncompressed content has a maximum file size of 400kB.

        Parameters:
        content - View content containing all content necessary to render a view except for runtime input data.

        The total uncompressed content has a maximum file size of 400kB.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CreateViewRequest.Builder description​(String description)

        The description of the view.

        Parameters:
        description - The description of the view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CreateViewRequest.Builder name​(String name)

        The name of the view.

        Parameters:
        name - The name of the view.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateViewRequest.Builder tags​(Map<String,​String> tags)

        The tags associated with the view resource (not specific to view version).These tags can be used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

        Parameters:
        tags - The tags associated with the view resource (not specific to view version).These tags can be used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
        Returns:
        Returns a reference to this object so that method calls can be chained together.