Interface CreateExplainabilityExportRequest.Builder

    • Method Detail

      • explainabilityExportName

        CreateExplainabilityExportRequest.Builder explainabilityExportName​(String explainabilityExportName)

        A unique name for the Explainability export.

        Parameters:
        explainabilityExportName - A unique name for the Explainability export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • explainabilityArn

        CreateExplainabilityExportRequest.Builder explainabilityArn​(String explainabilityArn)

        The Amazon Resource Name (ARN) of the Explainability to export.

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

        CreateExplainabilityExportRequest.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

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

        Optional metadata to help you categorize and organize your resources. 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 resources. 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

        CreateExplainabilityExportRequest.Builder tags​(Tag... tags)

        Optional metadata to help you categorize and organize your resources. 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 resources. 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

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

        Optional metadata to help you categorize and organize your resources. 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

        CreateExplainabilityExportRequest.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.