Interface WorkerConfigurationRevisionDescription.Builder

All Superinterfaces:
Buildable, CopyableBuilder<WorkerConfigurationRevisionDescription.Builder,WorkerConfigurationRevisionDescription>, SdkBuilder<WorkerConfigurationRevisionDescription.Builder,WorkerConfigurationRevisionDescription>, SdkPojo
Enclosing class:
WorkerConfigurationRevisionDescription

public static interface WorkerConfigurationRevisionDescription.Builder extends SdkPojo, CopyableBuilder<WorkerConfigurationRevisionDescription.Builder,WorkerConfigurationRevisionDescription>
  • Method Details

    • 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

      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

      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.