Interface CacheReportFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CacheReportFilter.Builder,CacheReportFilter>,SdkBuilder<CacheReportFilter.Builder,CacheReportFilter>,SdkPojo
- Enclosing class:
- CacheReportFilter
public static interface CacheReportFilter.Builder extends SdkPojo, CopyableBuilder<CacheReportFilter.Builder,CacheReportFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CacheReportFilter.Buildername(String name)The parameter name for a filter that determines which files are included or excluded from a cache report.CacheReportFilter.Buildername(CacheReportFilterName name)The parameter name for a filter that determines which files are included or excluded from a cache report.CacheReportFilter.Buildervalues(String... values)The parameter value for a filter that determines which files are included or excluded from a cache report.CacheReportFilter.Buildervalues(Collection<String> values)The parameter value for a filter that determines which files are included or excluded from a cache report.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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
UploadFailureReasonValues:InaccessibleStorageClass|InvalidObjectState|ObjectMissing|S3AccessDeniedValid
UploadStateValues:FailingUpload- Parameters:
values- The parameter value for a filter that determines which files are included or excluded from a cache report.Valid
UploadFailureReasonValues:InaccessibleStorageClass|InvalidObjectState|ObjectMissing|S3AccessDeniedValid
UploadStateValues: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
UploadFailureReasonValues:InaccessibleStorageClass|InvalidObjectState|ObjectMissing|S3AccessDeniedValid
UploadStateValues:FailingUpload- Parameters:
values- The parameter value for a filter that determines which files are included or excluded from a cache report.Valid
UploadFailureReasonValues:InaccessibleStorageClass|InvalidObjectState|ObjectMissing|S3AccessDeniedValid
UploadStateValues:FailingUpload- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-