Interface CreateWhatIfForecastExportRequest.Builder

    • Method Detail

      • whatIfForecastExportName

        CreateWhatIfForecastExportRequest.Builder whatIfForecastExportName​(String whatIfForecastExportName)

        The name of the what-if forecast to export.

        Parameters:
        whatIfForecastExportName - The name of the what-if forecast to export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • whatIfForecastArns

        CreateWhatIfForecastExportRequest.Builder whatIfForecastArns​(Collection<String> whatIfForecastArns)

        The list of what-if forecast Amazon Resource Names (ARNs) to export.

        Parameters:
        whatIfForecastArns - The list of what-if forecast Amazon Resource Names (ARNs) to export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • whatIfForecastArns

        CreateWhatIfForecastExportRequest.Builder whatIfForecastArns​(String... whatIfForecastArns)

        The list of what-if forecast Amazon Resource Names (ARNs) to export.

        Parameters:
        whatIfForecastArns - The list of what-if forecast Amazon Resource Names (ARNs) to export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destination

        CreateWhatIfForecastExportRequest.Builder destination​(DataDestination destination)

        The location where you want to save the forecast and an Identity and Access Management (IAM) role that Amazon Forecast can assume to access the location. The forecast must be exported to an Amazon S3 bucket.

        If encryption is used, Destination must include an Key Management Service (KMS) key. The IAM role must allow Amazon Forecast permission to access the key.

        Parameters:
        destination - The location where you want to save the forecast and an Identity and Access Management (IAM) role that Amazon Forecast can assume to access the location. The forecast must be exported to an Amazon S3 bucket.

        If encryption is used, Destination must include an Key Management Service (KMS) key. The IAM role must allow Amazon Forecast permission to access the key.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateWhatIfForecastExportRequest.Builder tags​(Tag... tags)

        A list of tags to apply to the what if forecast.

        Parameters:
        tags - A list of tags to apply to the what if forecast.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • format

        CreateWhatIfForecastExportRequest.Builder format​(String format)

        The format of the exported data, CSV or PARQUET.

        Parameters:
        format - The format of the exported data, CSV or PARQUET.
        Returns:
        Returns a reference to this object so that method calls can be chained together.