| Package | Description |
|---|---|
| software.amazon.awssdk.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
static ParameterGroupStatus.Builder |
ParameterGroupStatus.builder() |
ParameterGroupStatus.Builder |
ParameterGroupStatus.Builder.nodeIdsToReboot(Collection<String> nodeIdsToReboot)
The node IDs of one or more nodes to be rebooted.
|
ParameterGroupStatus.Builder |
ParameterGroupStatus.Builder.nodeIdsToReboot(String... nodeIdsToReboot)
The node IDs of one or more nodes to be rebooted.
|
ParameterGroupStatus.Builder |
ParameterGroupStatus.Builder.parameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
|
ParameterGroupStatus.Builder |
ParameterGroupStatus.Builder.parameterGroupName(String parameterGroupName)
The name of the parameter group.
|
ParameterGroupStatus.Builder |
ParameterGroupStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ParameterGroupStatus.Builder> |
ParameterGroupStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Cluster.Builder |
Cluster.Builder.parameterGroup(Consumer<ParameterGroupStatus.Builder> parameterGroup)
The parameter group being used by nodes in the cluster.
|
Copyright © 2019. All rights reserved.