Interface CacheReportFilter.Builder

    • Method Detail

      • name

        CacheReportFilter.Builder name​(String name)

        The parameter name for a filter that determines which files are included or excluded from a cache report.

        Valid Names:

        UploadFailureReason | UploadState

        Parameters:
        name - The parameter name for a filter that determines which files are included or excluded from a cache report.

        Valid Names:

        UploadFailureReason | UploadState

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CacheReportFilterName, CacheReportFilterName
      • name

        CacheReportFilter.Builder name​(CacheReportFilterName name)

        The parameter name for a filter that determines which files are included or excluded from a cache report.

        Valid Names:

        UploadFailureReason | UploadState

        Parameters:
        name - The parameter name for a filter that determines which files are included or excluded from a cache report.

        Valid Names:

        UploadFailureReason | UploadState

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CacheReportFilterName, CacheReportFilterName
      • values

        CacheReportFilter.Builder values​(Collection<String> values)

        The parameter value for a filter that determines which files are included or excluded from a cache report.

        Valid UploadFailureReason Values:

        InaccessibleStorageClass | InvalidObjectState | ObjectMissing | S3AccessDenied

        Valid UploadState Values:

        FailingUpload

        Parameters:
        values - The parameter value for a filter that determines which files are included or excluded from a cache report.

        Valid UploadFailureReason Values:

        InaccessibleStorageClass | InvalidObjectState | ObjectMissing | S3AccessDenied

        Valid UploadState Values:

        FailingUpload

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

        CacheReportFilter.Builder values​(String... values)

        The parameter value for a filter that determines which files are included or excluded from a cache report.

        Valid UploadFailureReason Values:

        InaccessibleStorageClass | InvalidObjectState | ObjectMissing | S3AccessDenied

        Valid UploadState Values:

        FailingUpload

        Parameters:
        values - The parameter value for a filter that determines which files are included or excluded from a cache report.

        Valid UploadFailureReason Values:

        InaccessibleStorageClass | InvalidObjectState | ObjectMissing | S3AccessDenied

        Valid UploadState Values:

        FailingUpload

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