Interface DescribeDbEngineVersionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeDbEngineVersionsRequest.Builder,DescribeDbEngineVersionsRequest>,NeptuneRequest.Builder,SdkBuilder<DescribeDbEngineVersionsRequest.Builder,DescribeDbEngineVersionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeDbEngineVersionsRequest
public static interface DescribeDbEngineVersionsRequest.Builder extends NeptuneRequest.Builder, SdkPojo, CopyableBuilder<DescribeDbEngineVersionsRequest.Builder,DescribeDbEngineVersionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeDbEngineVersionsRequest.BuilderdbParameterGroupFamily(String dbParameterGroupFamily)The name of a specific DB parameter group family to return details for.DescribeDbEngineVersionsRequest.BuilderdefaultOnly(Boolean defaultOnly)Indicates that only the default version of the specified engine or engine and major version combination is returned.DescribeDbEngineVersionsRequest.Builderengine(String engine)The database engine to return.DescribeDbEngineVersionsRequest.BuilderengineVersion(String engineVersion)The database engine version to return.DescribeDbEngineVersionsRequest.Builderfilters(Collection<Filter> filters)Not currently supported.DescribeDbEngineVersionsRequest.Builderfilters(Consumer<Filter.Builder>... filters)Not currently supported.DescribeDbEngineVersionsRequest.Builderfilters(Filter... filters)Not currently supported.DescribeDbEngineVersionsRequest.BuilderlistSupportedCharacterSets(Boolean listSupportedCharacterSets)If this parameter is specified and the requested engine supports theCharacterSetNameparameter forCreateDBInstance, the response includes a list of supported character sets for each engine version.DescribeDbEngineVersionsRequest.BuilderlistSupportedTimezones(Boolean listSupportedTimezones)If this parameter is specified and the requested engine supports theTimeZoneparameter forCreateDBInstance, the response includes a list of supported time zones for each engine version.DescribeDbEngineVersionsRequest.Buildermarker(String marker)An optional pagination token provided by a previous request.DescribeDbEngineVersionsRequest.BuildermaxRecords(Integer maxRecords)The maximum number of records to include in the response.DescribeDbEngineVersionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeDbEngineVersionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.neptune.model.NeptuneRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
engine
DescribeDbEngineVersionsRequest.Builder engine(String engine)
The database engine to return.
- Parameters:
engine- The database engine to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engineVersion
DescribeDbEngineVersionsRequest.Builder engineVersion(String engineVersion)
The database engine version to return.
Example:
5.1.49- Parameters:
engineVersion- The database engine version to return.Example:
5.1.49- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbParameterGroupFamily
DescribeDbEngineVersionsRequest.Builder dbParameterGroupFamily(String dbParameterGroupFamily)
The name of a specific DB parameter group family to return details for.
Constraints:
-
If supplied, must match an existing DBParameterGroupFamily.
- Parameters:
dbParameterGroupFamily- The name of a specific DB parameter group family to return details for.Constraints:
-
If supplied, must match an existing DBParameterGroupFamily.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
DescribeDbEngineVersionsRequest.Builder filters(Collection<Filter> filters)
Not currently supported.
- Parameters:
filters- Not currently supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeDbEngineVersionsRequest.Builder filters(Filter... filters)
Not currently supported.
- Parameters:
filters- Not currently supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeDbEngineVersionsRequest.Builder filters(Consumer<Filter.Builder>... filters)
Not currently supported.
This is a convenience method that creates an instance of theFilter.Builderavoiding the need to create one manually viaFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
maxRecords
DescribeDbEngineVersionsRequest.Builder maxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more than the
MaxRecordsvalue is available, a pagination token called a marker is included in the response so that the following results can be retrieved.Default: 100
Constraints: Minimum 20, maximum 100.
- Parameters:
maxRecords- The maximum number of records to include in the response. If more than theMaxRecordsvalue is available, a pagination token called a marker is included in the response so that the following results can be retrieved.Default: 100
Constraints: Minimum 20, maximum 100.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
DescribeDbEngineVersionsRequest.Builder marker(String 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.
-
defaultOnly
DescribeDbEngineVersionsRequest.Builder defaultOnly(Boolean defaultOnly)
Indicates that only the default version of the specified engine or engine and major version combination is returned.
- Parameters:
defaultOnly- Indicates that only the default version of the specified engine or engine and major version combination is returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listSupportedCharacterSets
DescribeDbEngineVersionsRequest.Builder listSupportedCharacterSets(Boolean listSupportedCharacterSets)
If this parameter is specified and the requested engine supports the
CharacterSetNameparameter forCreateDBInstance, the response includes a list of supported character sets for each engine version.- Parameters:
listSupportedCharacterSets- If this parameter is specified and the requested engine supports theCharacterSetNameparameter forCreateDBInstance, the response includes a list of supported character sets for each engine version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listSupportedTimezones
DescribeDbEngineVersionsRequest.Builder listSupportedTimezones(Boolean listSupportedTimezones)
If this parameter is specified and the requested engine supports the
TimeZoneparameter forCreateDBInstance, the response includes a list of supported time zones for each engine version.- Parameters:
listSupportedTimezones- If this parameter is specified and the requested engine supports theTimeZoneparameter forCreateDBInstance, the response includes a list of supported time zones for each engine version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeDbEngineVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeDbEngineVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-