Interface GetSignalCatalogResponse.Builder

    • Method Detail

      • name

        GetSignalCatalogResponse.Builder name​(String name)

        The name of the signal catalog.

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

        GetSignalCatalogResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the signal catalog.

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

        GetSignalCatalogResponse.Builder description​(String description)

        A brief description of the signal catalog.

        Parameters:
        description - A brief description of the signal catalog.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodeCounts

        GetSignalCatalogResponse.Builder nodeCounts​(NodeCounts nodeCounts)

        The total number of network nodes specified in a signal catalog.

        Parameters:
        nodeCounts - The total number of network nodes specified in a signal catalog.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        GetSignalCatalogResponse.Builder creationTime​(Instant creationTime)

        The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).

        Parameters:
        creationTime - The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModificationTime

        GetSignalCatalogResponse.Builder lastModificationTime​(Instant lastModificationTime)

        The last time the signal catalog was modified.

        Parameters:
        lastModificationTime - The last time the signal catalog was modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.