public static interface CreateDbClusterParameterGroupResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<CreateDbClusterParameterGroupResponse.Builder,CreateDbClusterParameterGroupResponse>
Modifier and Type | Method and Description |
---|---|
default CreateDbClusterParameterGroupResponse.Builder |
dbClusterParameterGroup(Consumer<DBClusterParameterGroup.Builder> dbClusterParameterGroup)
Sets the value of the DBClusterParameterGroup property for this object.
|
CreateDbClusterParameterGroupResponse.Builder |
dbClusterParameterGroup(DBClusterParameterGroup dbClusterParameterGroup)
Sets the value of the DBClusterParameterGroup property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateDbClusterParameterGroupResponse.Builder dbClusterParameterGroup(DBClusterParameterGroup dbClusterParameterGroup)
dbClusterParameterGroup
- The new value for the DBClusterParameterGroup property for this object.default CreateDbClusterParameterGroupResponse.Builder dbClusterParameterGroup(Consumer<DBClusterParameterGroup.Builder> dbClusterParameterGroup)
DBClusterParameterGroup.Builder
avoiding the
need to create one manually via DBClusterParameterGroup.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to dbClusterParameterGroup(DBClusterParameterGroup)
.dbClusterParameterGroup
- a consumer that will call methods on DBClusterParameterGroup.Builder
dbClusterParameterGroup(DBClusterParameterGroup)
Copyright © 2021. All rights reserved.