Interface InputDataConfig.Builder

    • Method Detail

      • datasetGroupArn

        InputDataConfig.Builder datasetGroupArn​(String datasetGroupArn)

        The Amazon Resource Name (ARN) of the dataset group.

        Parameters:
        datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supplementaryFeatures

        InputDataConfig.Builder supplementaryFeatures​(Collection<SupplementaryFeature> supplementaryFeatures)

        An array of supplementary features. The only supported feature is a holiday calendar.

        Parameters:
        supplementaryFeatures - An array of supplementary features. The only supported feature is a holiday calendar.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supplementaryFeatures

        InputDataConfig.Builder supplementaryFeatures​(SupplementaryFeature... supplementaryFeatures)

        An array of supplementary features. The only supported feature is a holiday calendar.

        Parameters:
        supplementaryFeatures - An array of supplementary features. The only supported feature is a holiday calendar.
        Returns:
        Returns a reference to this object so that method calls can be chained together.