| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
static DBClusterParameterGroup.Builder |
DBClusterParameterGroup.builder() |
DBClusterParameterGroup.Builder |
DBClusterParameterGroup.Builder.dbClusterParameterGroupArn(String dbClusterParameterGroupArn)
The Amazon Resource Name (ARN) for the cluster parameter group.
|
DBClusterParameterGroup.Builder |
DBClusterParameterGroup.Builder.dbClusterParameterGroupName(String dbClusterParameterGroupName)
Provides the name of the cluster parameter group.
|
DBClusterParameterGroup.Builder |
DBClusterParameterGroup.Builder.dbParameterGroupFamily(String dbParameterGroupFamily)
Provides the name of the parameter group family that this cluster parameter group is compatible with.
|
DBClusterParameterGroup.Builder |
DBClusterParameterGroup.Builder.description(String description)
Provides the customer-specified description for this cluster parameter group.
|
DBClusterParameterGroup.Builder |
DBClusterParameterGroup.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DBClusterParameterGroup.Builder> |
DBClusterParameterGroup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateDbClusterParameterGroupResponse.Builder |
CreateDbClusterParameterGroupResponse.Builder.dbClusterParameterGroup(Consumer<DBClusterParameterGroup.Builder> dbClusterParameterGroup)
Sets the value of the DBClusterParameterGroup property for this object.
|
default CopyDbClusterParameterGroupResponse.Builder |
CopyDbClusterParameterGroupResponse.Builder.dbClusterParameterGroup(Consumer<DBClusterParameterGroup.Builder> dbClusterParameterGroup)
Sets the value of the DBClusterParameterGroup property for this object.
|
Copyright © 2022. All rights reserved.