Interface DbParameterGroupSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DbParameterGroupSummary.Builder,DbParameterGroupSummary>,SdkBuilder<DbParameterGroupSummary.Builder,DbParameterGroupSummary>,SdkPojo
- Enclosing class:
- DbParameterGroupSummary
public static interface DbParameterGroupSummary.Builder extends SdkPojo, CopyableBuilder<DbParameterGroupSummary.Builder,DbParameterGroupSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DbParameterGroupSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the DB parameter group.DbParameterGroupSummary.Builderdescription(String description)A description of the DB parameter group.DbParameterGroupSummary.Builderid(String id)A service-generated unique identifier.DbParameterGroupSummary.Buildername(String name)This customer-supplied name uniquely identifies the parameter group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
DbParameterGroupSummary.Builder id(String id)
A service-generated unique identifier.
- Parameters:
id- A service-generated unique identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DbParameterGroupSummary.Builder name(String name)
This customer-supplied name uniquely identifies the parameter group.
- Parameters:
name- This customer-supplied name uniquely identifies the parameter group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
DbParameterGroupSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the DB parameter group.
- Parameters:
arn- The Amazon Resource Name (ARN) of the DB parameter group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
DbParameterGroupSummary.Builder description(String description)
A description of the DB parameter group.
- Parameters:
description- A description of the DB parameter group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-