Interface HubInfo.Builder

    • Method Detail

      • hubName

        HubInfo.Builder hubName​(String hubName)

        The name of the hub.

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

        HubInfo.Builder hubArn​(String hubArn)

        The Amazon Resource Name (ARN) of the hub.

        Parameters:
        hubArn - The Amazon Resource Name (ARN) of the hub.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hubDisplayName

        HubInfo.Builder hubDisplayName​(String hubDisplayName)

        The display name of the hub.

        Parameters:
        hubDisplayName - The display name of the hub.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hubDescription

        HubInfo.Builder hubDescription​(String hubDescription)

        A description of the hub.

        Parameters:
        hubDescription - A description of the hub.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hubSearchKeywords

        HubInfo.Builder hubSearchKeywords​(Collection<String> hubSearchKeywords)

        The searchable keywords for the hub.

        Parameters:
        hubSearchKeywords - The searchable keywords for the hub.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hubSearchKeywords

        HubInfo.Builder hubSearchKeywords​(String... hubSearchKeywords)

        The searchable keywords for the hub.

        Parameters:
        hubSearchKeywords - The searchable keywords for the hub.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hubStatus

        HubInfo.Builder hubStatus​(String hubStatus)

        The status of the hub.

        Parameters:
        hubStatus - The status of the hub.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HubStatus, HubStatus
      • hubStatus

        HubInfo.Builder hubStatus​(HubStatus hubStatus)

        The status of the hub.

        Parameters:
        hubStatus - The status of the hub.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HubStatus, HubStatus
      • creationTime

        HubInfo.Builder creationTime​(Instant creationTime)

        The date and time that the hub was created.

        Parameters:
        creationTime - The date and time that the hub was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        HubInfo.Builder lastModifiedTime​(Instant lastModifiedTime)

        The date and time that the hub was last modified.

        Parameters:
        lastModifiedTime - The date and time that the hub was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.