public static interface GetRelationalDatabaseBlueprintsRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<GetRelationalDatabaseBlueprintsRequest.Builder,GetRelationalDatabaseBlueprintsRequest>
Modifier and Type | Method and Description |
---|---|
GetRelationalDatabaseBlueprintsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetRelationalDatabaseBlueprintsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetRelationalDatabaseBlueprintsRequest.Builder |
pageToken(String pageToken)
The token to advance to the next page of results from your request.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetRelationalDatabaseBlueprintsRequest.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 GetRelationalDatabaseBlueprints
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 GetRelationalDatabaseBlueprints
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.
GetRelationalDatabaseBlueprintsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetRelationalDatabaseBlueprintsRequest.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.