Interface EvictFilesFailingUploadResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<EvictFilesFailingUploadResponse.Builder,
,EvictFilesFailingUploadResponse> SdkBuilder<EvictFilesFailingUploadResponse.Builder,
,EvictFilesFailingUploadResponse> SdkPojo
,SdkResponse.Builder
,StorageGatewayResponse.Builder
- Enclosing class:
EvictFilesFailingUploadResponse
@Mutable
@NotThreadSafe
public static interface EvictFilesFailingUploadResponse.Builder
extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<EvictFilesFailingUploadResponse.Builder,EvictFilesFailingUploadResponse>
-
Method Summary
Modifier and TypeMethodDescriptionnotificationId
(String notificationId) The randomly generated ID of the CloudWatch notification associated with the cache clean operation.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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
notificationId
The randomly generated ID of the CloudWatch notification associated with the cache clean operation. This ID is in UUID format.
- Parameters:
notificationId
- The randomly generated ID of the CloudWatch notification associated with the cache clean operation. This ID is in UUID format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-