Interface EngineDefaults.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EngineDefaults.Builder,,EngineDefaults> SdkBuilder<EngineDefaults.Builder,,EngineDefaults> SdkPojo
- Enclosing class:
 EngineDefaults
public static interface EngineDefaults.Builder
extends SdkPojo, CopyableBuilder<EngineDefaults.Builder,EngineDefaults> 
- 
Method Summary
Modifier and TypeMethodDescriptiondbParameterGroupFamily(String dbParameterGroupFamily) The name of the cluster parameter group family to return the engine parameter information for.An optional pagination token provided by a previous request.parameters(Collection<Parameter> parameters) The parameters of a particular cluster parameter group family.parameters(Consumer<Parameter.Builder>... parameters) The parameters of a particular cluster parameter group family.parameters(Parameter... parameters) The parameters of a particular cluster parameter group family.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
dbParameterGroupFamily
The name of the cluster parameter group family to return the engine parameter information for.
- Parameters:
 dbParameterGroupFamily- The name of the cluster parameter group family to return the engine parameter information for.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
marker
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords.- Parameters:
 marker- An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
parameters
The parameters of a particular cluster parameter group family.
- Parameters:
 parameters- The parameters of a particular cluster parameter group family.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
parameters
The parameters of a particular cluster parameter group family.
- Parameters:
 parameters- The parameters of a particular cluster parameter group family.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
parameters
The parameters of a particular cluster parameter group family.
This is a convenience method that creates an instance of theParameter.Builderavoiding the need to create one manually viaParameter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparameters(List<Parameter>).- Parameters:
 parameters- a consumer that will call methods onParameter.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -