public static interface CreateParameterGroupResponse.Builder extends DAXResponse.Builder, CopyableBuilder<CreateParameterGroupResponse.Builder,CreateParameterGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateParameterGroupResponse.Builder |
parameterGroup(Consumer<ParameterGroup.Builder> parameterGroup)
Represents the output of a CreateParameterGroup action.
|
CreateParameterGroupResponse.Builder |
parameterGroup(ParameterGroup parameterGroup)
Represents the output of a CreateParameterGroup action.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateParameterGroupResponse.Builder parameterGroup(ParameterGroup parameterGroup)
Represents the output of a CreateParameterGroup action.
parameterGroup - Represents the output of a CreateParameterGroup action.default CreateParameterGroupResponse.Builder parameterGroup(Consumer<ParameterGroup.Builder> parameterGroup)
Represents the output of a CreateParameterGroup action.
This is a convenience 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.