public static interface GetRelationalDatabaseParametersRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<GetRelationalDatabaseParametersRequest.Builder,GetRelationalDatabaseParametersRequest>
Modifier and Type | Method and Description |
---|---|
GetRelationalDatabaseParametersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetRelationalDatabaseParametersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetRelationalDatabaseParametersRequest.Builder |
pageToken(String pageToken)
The token to advance to the next page of results from your request.
|
GetRelationalDatabaseParametersRequest.Builder |
relationalDatabaseName(String relationalDatabaseName)
The name of your database for which to get parameters.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetRelationalDatabaseParametersRequest.Builder relationalDatabaseName(String relationalDatabaseName)
The name of your database for which to get parameters.
relationalDatabaseName
- The name of your database for which to get parameters.GetRelationalDatabaseParametersRequest.Builder pageToken(String pageToken)
The token to advance to the next page of results from your request.
To get a page token, perform an initial GetRelationalDatabaseParameters
request. If your results
are paginated, the response will return a next page token that you can specify as the page token in a
subsequent request.
pageToken
- The token to advance to the next page of results from your request.
To get a page token, perform an initial GetRelationalDatabaseParameters
request. If your
results are paginated, the response will return a next page token that you can specify as the page
token in a subsequent request.
GetRelationalDatabaseParametersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetRelationalDatabaseParametersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.