Interface ListSyncConfigurationsResponse.Builder

    • Method Detail

      • syncConfigurations

        ListSyncConfigurationsResponse.Builder syncConfigurations​(Collection<SyncConfiguration> syncConfigurations)

        The list of repository sync definitions returned by the request.

        Parameters:
        syncConfigurations - The list of repository sync definitions returned by the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • syncConfigurations

        ListSyncConfigurationsResponse.Builder syncConfigurations​(SyncConfiguration... syncConfigurations)

        The list of repository sync definitions returned by the request.

        Parameters:
        syncConfigurations - The list of repository sync definitions returned by the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSyncConfigurationsResponse.Builder nextToken​(String nextToken)

        An enumeration token that allows the operation to batch the next results of the operation.

        Parameters:
        nextToken - An enumeration token that allows the operation to batch the next results of the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.