Uses of Interface
software.amazon.awssdk.services.elasticache.model.ServerlessCacheSnapshot.Builder
-
Packages that use ServerlessCacheSnapshot.Builder Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of ServerlessCacheSnapshot.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return ServerlessCacheSnapshot.Builder Modifier and Type Method Description ServerlessCacheSnapshot.BuilderServerlessCacheSnapshot.Builder. arn(String arn)The Amazon Resource Name (ARN) of a serverless cache snapshot.static ServerlessCacheSnapshot.BuilderServerlessCacheSnapshot. builder()ServerlessCacheSnapshot.BuilderServerlessCacheSnapshot.Builder. bytesUsedForCache(String bytesUsedForCache)The total size of a serverless cache snapshot, in bytes.ServerlessCacheSnapshot.BuilderServerlessCacheSnapshot.Builder. createTime(Instant createTime)The date and time that the source serverless cache's metadata and cache data set was obtained for the snapshot.ServerlessCacheSnapshot.BuilderServerlessCacheSnapshot.Builder. expiryTime(Instant expiryTime)The time that the serverless cache snapshot will expire.ServerlessCacheSnapshot.BuilderServerlessCacheSnapshot.Builder. kmsKeyId(String kmsKeyId)The ID of the Amazon Web Services Key Management Service (KMS) key of a serverless cache snapshot.default ServerlessCacheSnapshot.BuilderServerlessCacheSnapshot.Builder. serverlessCacheConfiguration(Consumer<ServerlessCacheConfiguration.Builder> serverlessCacheConfiguration)The configuration of the serverless cache, at the time the snapshot was taken.ServerlessCacheSnapshot.BuilderServerlessCacheSnapshot.Builder. serverlessCacheConfiguration(ServerlessCacheConfiguration serverlessCacheConfiguration)The configuration of the serverless cache, at the time the snapshot was taken.ServerlessCacheSnapshot.BuilderServerlessCacheSnapshot.Builder. serverlessCacheSnapshotName(String serverlessCacheSnapshotName)The identifier of a serverless cache snapshot.ServerlessCacheSnapshot.BuilderServerlessCacheSnapshot.Builder. snapshotType(String snapshotType)The type of snapshot of serverless cache.ServerlessCacheSnapshot.BuilderServerlessCacheSnapshot.Builder. status(String status)The current status of the serverless cache.ServerlessCacheSnapshot.BuilderServerlessCacheSnapshot. toBuilder()Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type ServerlessCacheSnapshot.Builder Modifier and Type Method Description static Class<? extends ServerlessCacheSnapshot.Builder>ServerlessCacheSnapshot. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type ServerlessCacheSnapshot.Builder Modifier and Type Method Description default CopyServerlessCacheSnapshotResponse.BuilderCopyServerlessCacheSnapshotResponse.Builder. serverlessCacheSnapshot(Consumer<ServerlessCacheSnapshot.Builder> serverlessCacheSnapshot)The response for the attempt to copy the serverless cache snapshot.default CreateServerlessCacheSnapshotResponse.BuilderCreateServerlessCacheSnapshotResponse.Builder. serverlessCacheSnapshot(Consumer<ServerlessCacheSnapshot.Builder> serverlessCacheSnapshot)The state of a serverless cache snapshot at a specific point in time, to the millisecond.default DeleteServerlessCacheSnapshotResponse.BuilderDeleteServerlessCacheSnapshotResponse.Builder. serverlessCacheSnapshot(Consumer<ServerlessCacheSnapshot.Builder> serverlessCacheSnapshot)The snapshot to be deleted.default ExportServerlessCacheSnapshotResponse.BuilderExportServerlessCacheSnapshotResponse.Builder. serverlessCacheSnapshot(Consumer<ServerlessCacheSnapshot.Builder> serverlessCacheSnapshot)The state of a serverless cache at a specific point in time, to the millisecond.
-