Interface GetRelationalDatabaseEventsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetRelationalDatabaseEventsRequest.Builder,GetRelationalDatabaseEventsRequest>,LightsailRequest.Builder,SdkBuilder<GetRelationalDatabaseEventsRequest.Builder,GetRelationalDatabaseEventsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetRelationalDatabaseEventsRequest
public static interface GetRelationalDatabaseEventsRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<GetRelationalDatabaseEventsRequest.Builder,GetRelationalDatabaseEventsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetRelationalDatabaseEventsRequest.BuilderdurationInMinutes(Integer durationInMinutes)The number of minutes in the past from which to retrieve events.GetRelationalDatabaseEventsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetRelationalDatabaseEventsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetRelationalDatabaseEventsRequest.BuilderpageToken(String pageToken)The token to advance to the next page of results from your request.GetRelationalDatabaseEventsRequest.BuilderrelationalDatabaseName(String relationalDatabaseName)The name of the database from which to get events.-
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.lightsail.model.LightsailRequest.Builder
build
-
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
-
relationalDatabaseName
GetRelationalDatabaseEventsRequest.Builder relationalDatabaseName(String relationalDatabaseName)
The name of the database from which to get events.
- Parameters:
relationalDatabaseName- The name of the database from which to get events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
durationInMinutes
GetRelationalDatabaseEventsRequest.Builder durationInMinutes(Integer durationInMinutes)
The number of minutes in the past from which to retrieve events. For example, to get all events from the past 2 hours, enter 120.
Default:
60The minimum is 1 and the maximum is 14 days (20160 minutes).
- Parameters:
durationInMinutes- The number of minutes in the past from which to retrieve events. For example, to get all events from the past 2 hours, enter 120.Default:
60The minimum is 1 and the maximum is 14 days (20160 minutes).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageToken
GetRelationalDatabaseEventsRequest.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
GetRelationalDatabaseEventsrequest. 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.- Parameters:
pageToken- The token to advance to the next page of results from your request.To get a page token, perform an initial
GetRelationalDatabaseEventsrequest. 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetRelationalDatabaseEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetRelationalDatabaseEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-