Interface ComponentTypeSummary.Builder

    • Method Detail

      • arn

        ComponentTypeSummary.Builder arn​(String arn)

        The ARN of the component type.

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

        ComponentTypeSummary.Builder componentTypeId​(String componentTypeId)

        The ID of the component type.

        Parameters:
        componentTypeId - The ID of the component type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDateTime

        ComponentTypeSummary.Builder creationDateTime​(Instant creationDateTime)

        The date and time when the component type was created.

        Parameters:
        creationDateTime - The date and time when the component type was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateDateTime

        ComponentTypeSummary.Builder updateDateTime​(Instant updateDateTime)

        The date and time when the component type was last updated.

        Parameters:
        updateDateTime - The date and time when the component type was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        ComponentTypeSummary.Builder description​(String description)

        The description of the component type.

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

        ComponentTypeSummary.Builder status​(Status status)

        The current status of the component type.

        Parameters:
        status - The current status of the component type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • componentTypeName

        ComponentTypeSummary.Builder componentTypeName​(String componentTypeName)

        The component type name.

        Parameters:
        componentTypeName - The component type name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.