| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune.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 DB cluster parameter group.
|
DBClusterParameterGroup.Builder |
DBClusterParameterGroup.Builder.dbClusterParameterGroupName(String dbClusterParameterGroupName)
Provides the name of the DB cluster parameter group.
|
DBClusterParameterGroup.Builder |
DBClusterParameterGroup.Builder.dbParameterGroupFamily(String dbParameterGroupFamily)
Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.
|
DBClusterParameterGroup.Builder |
DBClusterParameterGroup.Builder.description(String description)
Provides the customer-specified description for this DB 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 CopyDbClusterParameterGroupResponse.Builder |
CopyDbClusterParameterGroupResponse.Builder.dbClusterParameterGroup(Consumer<DBClusterParameterGroup.Builder> dbClusterParameterGroup)
Sets the value of the DBClusterParameterGroup property for this object.
|
default CreateDbClusterParameterGroupResponse.Builder |
CreateDbClusterParameterGroupResponse.Builder.dbClusterParameterGroup(Consumer<DBClusterParameterGroup.Builder> dbClusterParameterGroup)
Sets the value of the DBClusterParameterGroup property for this object.
|
Copyright © 2021. All rights reserved.