Interface CompareDataSetsStepInput.Builder

    • Method Detail

      • sourceLocation

        CompareDataSetsStepInput.Builder sourceLocation​(String sourceLocation)

        The source location of the compare data sets step input location.

        Parameters:
        sourceLocation - The source location of the compare data sets step input location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetLocation

        CompareDataSetsStepInput.Builder targetLocation​(String targetLocation)

        The target location of the compare data sets step input location.

        Parameters:
        targetLocation - The target location of the compare data sets step input location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceDataSets

        CompareDataSetsStepInput.Builder sourceDataSets​(Collection<DataSet> sourceDataSets)

        The source data sets of the compare data sets step input location.

        Parameters:
        sourceDataSets - The source data sets of the compare data sets step input location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceDataSets

        CompareDataSetsStepInput.Builder sourceDataSets​(DataSet... sourceDataSets)

        The source data sets of the compare data sets step input location.

        Parameters:
        sourceDataSets - The source data sets of the compare data sets step input location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceDataSets

        CompareDataSetsStepInput.Builder sourceDataSets​(Consumer<DataSet.Builder>... sourceDataSets)

        The source data sets of the compare data sets step input location.

        This is a convenience method that creates an instance of the DataSet.Builder avoiding the need to create one manually via DataSet.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #sourceDataSets(List).

        Parameters:
        sourceDataSets - a consumer that will call methods on DataSet.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #sourceDataSets(java.util.Collection)
      • targetDataSets

        CompareDataSetsStepInput.Builder targetDataSets​(Collection<DataSet> targetDataSets)

        The target data sets of the compare data sets step input location.

        Parameters:
        targetDataSets - The target data sets of the compare data sets step input location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetDataSets

        CompareDataSetsStepInput.Builder targetDataSets​(DataSet... targetDataSets)

        The target data sets of the compare data sets step input location.

        Parameters:
        targetDataSets - The target data sets of the compare data sets step input location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetDataSets

        CompareDataSetsStepInput.Builder targetDataSets​(Consumer<DataSet.Builder>... targetDataSets)

        The target data sets of the compare data sets step input location.

        This is a convenience method that creates an instance of the DataSet.Builder avoiding the need to create one manually via DataSet.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #targetDataSets(List).

        Parameters:
        targetDataSets - a consumer that will call methods on DataSet.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #targetDataSets(java.util.Collection)