| Package | Description |
|---|---|
| software.amazon.awssdk.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
ACL.Builder |
ACL.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the ACL
|
static ACL.Builder |
ACL.builder() |
ACL.Builder |
ACL.Builder.clusters(Collection<String> clusters)
A list of clusters associated with the ACL.
|
ACL.Builder |
ACL.Builder.clusters(String... clusters)
A list of clusters associated with the ACL.
|
ACL.Builder |
ACL.Builder.minimumEngineVersion(String minimumEngineVersion)
The minimum engine version supported for the ACL
|
ACL.Builder |
ACL.Builder.name(String name)
The name of the Access Control List
|
ACL.Builder |
ACL.Builder.pendingChanges(ACLPendingChanges pendingChanges)
A list of updates being applied to the ACL.
|
default ACL.Builder |
ACL.Builder.pendingChanges(Consumer<ACLPendingChanges.Builder> pendingChanges)
A list of updates being applied to the ACL.
|
ACL.Builder |
ACL.Builder.status(String status)
Indicates ACL status.
|
ACL.Builder |
ACL.toBuilder() |
ACL.Builder |
ACL.Builder.userNames(Collection<String> userNames)
The list of user names that belong to the ACL.
|
ACL.Builder |
ACL.Builder.userNames(String... userNames)
The list of user names that belong to the ACL.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ACL.Builder> |
ACL.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateAclResponse.Builder |
CreateAclResponse.Builder.acl(Consumer<ACL.Builder> acl)
The newly-created Access Control List.
|
default DeleteAclResponse.Builder |
DeleteAclResponse.Builder.acl(Consumer<ACL.Builder> acl)
The Access Control List object that has been deleted.
|
default UpdateAclResponse.Builder |
UpdateAclResponse.Builder.acl(Consumer<ACL.Builder> acl)
The updated Access Control List
|
Copyright © 2022. All rights reserved.