static CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.builder() |
|
default CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.Builder.cacheUsageLimits(Consumer<CacheUsageLimits.Builder> cacheUsageLimits) |
Sets the cache usage limits for storage and ElastiCache Processing Units for the cache.
|
CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.Builder.cacheUsageLimits(CacheUsageLimits cacheUsageLimits) |
Sets the cache usage limits for storage and ElastiCache Processing Units for the cache.
|
CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.Builder.dailySnapshotTime(String dailySnapshotTime) |
The daily time that snapshots will be created from the new serverless cache.
|
CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.Builder.description(String description) |
User-provided description for the serverless cache.
|
CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.Builder.engine(String engine) |
The name of the cache engine to be used for creating the serverless cache.
|
CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.Builder.kmsKeyId(String kmsKeyId) |
ARN of the customer managed key for encrypting the data at rest.
|
CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.Builder.majorEngineVersion(String majorEngineVersion) |
The version of the cache engine that will be used to create the serverless cache.
|
CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.Builder.securityGroupIds(String... securityGroupIds) |
A list of the one or more VPC security groups to be associated with the serverless cache.
|
CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.Builder.securityGroupIds(Collection<String> securityGroupIds) |
A list of the one or more VPC security groups to be associated with the serverless cache.
|
CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.Builder.serverlessCacheName(String serverlessCacheName) |
User-provided identifier for the serverless cache.
|
CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.Builder.snapshotArnsToRestore(String... snapshotArnsToRestore) |
The ARN(s) of the snapshot that the new serverless cache will be created from.
|
CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.Builder.snapshotArnsToRestore(Collection<String> snapshotArnsToRestore) |
The ARN(s) of the snapshot that the new serverless cache will be created from.
|
CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.Builder.snapshotRetentionLimit(Integer snapshotRetentionLimit) |
The number of snapshots that will be retained for the serverless cache that is being created.
|
CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.Builder.subnetIds(String... subnetIds) |
A list of the identifiers of the subnets where the VPC endpoint for the serverless cache will be deployed.
|
CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.Builder.subnetIds(Collection<String> subnetIds) |
A list of the identifiers of the subnets where the VPC endpoint for the serverless cache will be deployed.
|
CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.Builder.tags(Collection<Tag> tags) |
The list of tags (key, value) pairs to be added to the serverless cache resource.
|
CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
The list of tags (key, value) pairs to be added to the serverless cache resource.
|
CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.Builder.tags(Tag... tags) |
The list of tags (key, value) pairs to be added to the serverless cache resource.
|
CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.toBuilder() |
|
CreateServerlessCacheRequest.Builder |
CreateServerlessCacheRequest.Builder.userGroupId(String userGroupId) |
The identifier of the UserGroup to be associated with the serverless cache.
|