public static interface CreateParameterGroupResponse.Builder extends MemoryDbResponse.Builder, SdkPojo, CopyableBuilder<CreateParameterGroupResponse.Builder,CreateParameterGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateParameterGroupResponse.Builder |
parameterGroup(Consumer<ParameterGroup.Builder> parameterGroup)
The newly-created parameter group.
|
CreateParameterGroupResponse.Builder |
parameterGroup(ParameterGroup parameterGroup)
The newly-created parameter group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateParameterGroupResponse.Builder parameterGroup(ParameterGroup parameterGroup)
The newly-created parameter group.
parameterGroup - The newly-created parameter group.default CreateParameterGroupResponse.Builder parameterGroup(Consumer<ParameterGroup.Builder> parameterGroup)
The newly-created parameter group.
This is a convenience method that creates an instance of theParameterGroup.Builder avoiding the need
to create one manually via ParameterGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to parameterGroup(ParameterGroup).parameterGroup - a consumer that will call methods on ParameterGroup.BuilderparameterGroup(ParameterGroup)Copyright © 2022. All rights reserved.