Interface EvictFilesFailingUploadResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<EvictFilesFailingUploadResponse.Builder,,EvictFilesFailingUploadResponse> SdkBuilder<EvictFilesFailingUploadResponse.Builder,,EvictFilesFailingUploadResponse> SdkPojo,SdkResponse.Builder,StorageGatewayResponse.Builder
- Enclosing class:
EvictFilesFailingUploadResponse
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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods 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.
-