Interface WorkerConfigurationRevisionDescription.Builder

    • Method Detail

      • creationTime

        WorkerConfigurationRevisionDescription.Builder creationTime​(Instant creationTime)

        The time that the worker configuration was created.

        Parameters:
        creationTime - The time that the worker configuration was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        WorkerConfigurationRevisionDescription.Builder description​(String description)

        The description of the worker configuration revision.

        Parameters:
        description - The description of the worker configuration revision.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • propertiesFileContent

        WorkerConfigurationRevisionDescription.Builder propertiesFileContent​(String propertiesFileContent)

        Base64 encoded contents of the connect-distributed.properties file.

        Parameters:
        propertiesFileContent - Base64 encoded contents of the connect-distributed.properties file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • revision

        WorkerConfigurationRevisionDescription.Builder revision​(Long revision)

        The description of a revision of the worker configuration.

        Parameters:
        revision - The description of a revision of the worker configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.