Interface DescribePendingMaintenanceActionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribePendingMaintenanceActionsResponse.Builder,DescribePendingMaintenanceActionsResponse>,RdsResponse.Builder,SdkBuilder<DescribePendingMaintenanceActionsResponse.Builder,DescribePendingMaintenanceActionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribePendingMaintenanceActionsResponse
public static interface DescribePendingMaintenanceActionsResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribePendingMaintenanceActionsResponse.Builder,DescribePendingMaintenanceActionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribePendingMaintenanceActionsResponse.Buildermarker(String marker)An optional pagination token provided by a previousDescribePendingMaintenanceActionsrequest.DescribePendingMaintenanceActionsResponse.BuilderpendingMaintenanceActions(Collection<ResourcePendingMaintenanceActions> pendingMaintenanceActions)A list of the pending maintenance actions for the resource.DescribePendingMaintenanceActionsResponse.BuilderpendingMaintenanceActions(Consumer<ResourcePendingMaintenanceActions.Builder>... pendingMaintenanceActions)A list of the pending maintenance actions for the resource.DescribePendingMaintenanceActionsResponse.BuilderpendingMaintenanceActions(ResourcePendingMaintenanceActions... pendingMaintenanceActions)A list of the pending maintenance actions for the resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
pendingMaintenanceActions
DescribePendingMaintenanceActionsResponse.Builder pendingMaintenanceActions(Collection<ResourcePendingMaintenanceActions> pendingMaintenanceActions)
A list of the pending maintenance actions for the resource.
- Parameters:
pendingMaintenanceActions- A list of the pending maintenance actions for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pendingMaintenanceActions
DescribePendingMaintenanceActionsResponse.Builder pendingMaintenanceActions(ResourcePendingMaintenanceActions... pendingMaintenanceActions)
A list of the pending maintenance actions for the resource.
- Parameters:
pendingMaintenanceActions- A list of the pending maintenance actions for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pendingMaintenanceActions
DescribePendingMaintenanceActionsResponse.Builder pendingMaintenanceActions(Consumer<ResourcePendingMaintenanceActions.Builder>... pendingMaintenanceActions)
A list of the pending maintenance actions for the resource.
This is a convenience method that creates an instance of theResourcePendingMaintenanceActions.Builderavoiding the need to create one manually viaResourcePendingMaintenanceActions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#pendingMaintenanceActions(List.) - Parameters:
pendingMaintenanceActions- a consumer that will call methods onResourcePendingMaintenanceActions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#pendingMaintenanceActions(java.util.Collection)
-
marker
DescribePendingMaintenanceActionsResponse.Builder marker(String marker)
An optional pagination token provided by a previous
DescribePendingMaintenanceActionsrequest. If this parameter is specified, the response includes only records beyond the marker, up to a number of records specified byMaxRecords.- Parameters:
marker- An optional pagination token provided by a previousDescribePendingMaintenanceActionsrequest. If this parameter is specified, the response includes only records beyond the marker, up to a number of records specified byMaxRecords.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-