Interface ListWorkerConfigurationsResponse.Builder

    • Method Detail

      • nextToken

        ListWorkerConfigurationsResponse.Builder nextToken​(String nextToken)

        If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.

        Parameters:
        nextToken - If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workerConfigurations

        ListWorkerConfigurationsResponse.Builder workerConfigurations​(WorkerConfigurationSummary... workerConfigurations)

        An array of worker configuration descriptions.

        Parameters:
        workerConfigurations - An array of worker configuration descriptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.