public static interface ResetParameterGroupResponse.Builder extends MemoryDbResponse.Builder, SdkPojo, CopyableBuilder<ResetParameterGroupResponse.Builder,ResetParameterGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default ResetParameterGroupResponse.Builder |
parameterGroup(Consumer<ParameterGroup.Builder> parameterGroup)
The parameter group being reset.
|
ResetParameterGroupResponse.Builder |
parameterGroup(ParameterGroup parameterGroup)
The parameter group being reset.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildResetParameterGroupResponse.Builder parameterGroup(ParameterGroup parameterGroup)
The parameter group being reset.
parameterGroup - The parameter group being reset.default ResetParameterGroupResponse.Builder parameterGroup(Consumer<ParameterGroup.Builder> parameterGroup)
The parameter group being reset.
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.