Interface Model.Builder

    • Method Detail

      • modelId

        Model.Builder modelId​(String modelId)

        The model ID.

        Parameters:
        modelId - The model ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelType

        Model.Builder modelType​(String modelType)

        The model type.

        Parameters:
        modelType - The model type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ModelTypeEnum, ModelTypeEnum
      • description

        Model.Builder description​(String description)

        The model description.

        Parameters:
        description - The model description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventTypeName

        Model.Builder eventTypeName​(String eventTypeName)

        The name of the event type.

        Parameters:
        eventTypeName - The name of the event type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTime

        Model.Builder createdTime​(String createdTime)

        Timestamp of when the model was created.

        Parameters:
        createdTime - Timestamp of when the model was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTime

        Model.Builder lastUpdatedTime​(String lastUpdatedTime)

        Timestamp of last time the model was updated.

        Parameters:
        lastUpdatedTime - Timestamp of last time the model was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        Model.Builder arn​(String arn)

        The ARN of the model.

        Parameters:
        arn - The ARN of the model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.