Interface CreatePredictorBacktestExportJobRequest.Builder

    • Method Detail

      • predictorBacktestExportJobName

        CreatePredictorBacktestExportJobRequest.Builder predictorBacktestExportJobName​(String predictorBacktestExportJobName)

        The name for the backtest export job.

        Parameters:
        predictorBacktestExportJobName - The name for the backtest export job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • predictorArn

        CreatePredictorBacktestExportJobRequest.Builder predictorArn​(String predictorArn)

        The Amazon Resource Name (ARN) of the predictor that you want to export.

        Parameters:
        predictorArn - The Amazon Resource Name (ARN) of the predictor that you want to export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destination

        CreatePredictorBacktestExportJobRequest.Builder destination​(DataDestination destination)
        Sets the value of the Destination property for this object.
        Parameters:
        destination - The new value for the Destination property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreatePredictorBacktestExportJobRequest.Builder tags​(Collection<Tag> tags)

        Optional metadata to help you categorize and organize your backtests. Each tag consists of a key and an optional value, both of which you define. Tag keys and values are case sensitive.

        The following restrictions apply to tags:

        • For each resource, each tag key must be unique and each tag key must have one value.

        • Maximum number of tags per resource: 50.

        • Maximum key length: 128 Unicode characters in UTF-8.

        • Maximum value length: 256 Unicode characters in UTF-8.

        • Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.

        • Key prefixes cannot include any upper or lowercase combination of aws: or AWS:. Values can have this prefix. If a tag value has aws as its prefix but the key does not, Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit. You cannot edit or delete tag keys with this prefix.

        Parameters:
        tags - Optional metadata to help you categorize and organize your backtests. Each tag consists of a key and an optional value, both of which you define. Tag keys and values are case sensitive.

        The following restrictions apply to tags:

        • For each resource, each tag key must be unique and each tag key must have one value.

        • Maximum number of tags per resource: 50.

        • Maximum key length: 128 Unicode characters in UTF-8.

        • Maximum value length: 256 Unicode characters in UTF-8.

        • Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.

        • Key prefixes cannot include any upper or lowercase combination of aws: or AWS:. Values can have this prefix. If a tag value has aws as its prefix but the key does not, Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit. You cannot edit or delete tag keys with this prefix.

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

        CreatePredictorBacktestExportJobRequest.Builder tags​(Tag... tags)

        Optional metadata to help you categorize and organize your backtests. Each tag consists of a key and an optional value, both of which you define. Tag keys and values are case sensitive.

        The following restrictions apply to tags:

        • For each resource, each tag key must be unique and each tag key must have one value.

        • Maximum number of tags per resource: 50.

        • Maximum key length: 128 Unicode characters in UTF-8.

        • Maximum value length: 256 Unicode characters in UTF-8.

        • Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.

        • Key prefixes cannot include any upper or lowercase combination of aws: or AWS:. Values can have this prefix. If a tag value has aws as its prefix but the key does not, Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit. You cannot edit or delete tag keys with this prefix.

        Parameters:
        tags - Optional metadata to help you categorize and organize your backtests. Each tag consists of a key and an optional value, both of which you define. Tag keys and values are case sensitive.

        The following restrictions apply to tags:

        • For each resource, each tag key must be unique and each tag key must have one value.

        • Maximum number of tags per resource: 50.

        • Maximum key length: 128 Unicode characters in UTF-8.

        • Maximum value length: 256 Unicode characters in UTF-8.

        • Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.

        • Key prefixes cannot include any upper or lowercase combination of aws: or AWS:. Values can have this prefix. If a tag value has aws as its prefix but the key does not, Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit. You cannot edit or delete tag keys with this prefix.

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

        CreatePredictorBacktestExportJobRequest.Builder tags​(Consumer<Tag.Builder>... tags)

        Optional metadata to help you categorize and organize your backtests. Each tag consists of a key and an optional value, both of which you define. Tag keys and values are case sensitive.

        The following restrictions apply to tags:

        • For each resource, each tag key must be unique and each tag key must have one value.

        • Maximum number of tags per resource: 50.

        • Maximum key length: 128 Unicode characters in UTF-8.

        • Maximum value length: 256 Unicode characters in UTF-8.

        • Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.

        • Key prefixes cannot include any upper or lowercase combination of aws: or AWS:. Values can have this prefix. If a tag value has aws as its prefix but the key does not, Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit. You cannot edit or delete tag keys with this prefix.

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

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

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

        CreatePredictorBacktestExportJobRequest.Builder format​(String format)

        The format of the exported data, CSV or PARQUET. The default value is CSV.

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