Uses of Interface
software.amazon.awssdk.services.dax.model.ParameterGroup.Builder
-
Packages that use ParameterGroup.Builder Package Description software.amazon.awssdk.services.dax.model -
-
Uses of ParameterGroup.Builder in software.amazon.awssdk.services.dax.model
Methods in software.amazon.awssdk.services.dax.model that return ParameterGroup.Builder Modifier and Type Method Description static ParameterGroup.BuilderParameterGroup. builder()ParameterGroup.BuilderParameterGroup.Builder. description(String description)A description of the parameter group.ParameterGroup.BuilderParameterGroup.Builder. parameterGroupName(String parameterGroupName)The name of the parameter group.ParameterGroup.BuilderParameterGroup. toBuilder()Methods in software.amazon.awssdk.services.dax.model that return types with arguments of type ParameterGroup.Builder Modifier and Type Method Description static Class<? extends ParameterGroup.Builder>ParameterGroup. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dax.model with type arguments of type ParameterGroup.Builder Modifier and Type Method Description default CreateParameterGroupResponse.BuilderCreateParameterGroupResponse.Builder. parameterGroup(Consumer<ParameterGroup.Builder> parameterGroup)Represents the output of a CreateParameterGroup action.default UpdateParameterGroupResponse.BuilderUpdateParameterGroupResponse.Builder. parameterGroup(Consumer<ParameterGroup.Builder> parameterGroup)The parameter group that has been modified.
-