public static interface DescribePendingMaintenanceActionsResponse.Builder extends RDSResponse.Builder, CopyableBuilder<DescribePendingMaintenanceActionsResponse.Builder,DescribePendingMaintenanceActionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribePendingMaintenanceActionsResponse.Builder |
marker(String marker)
An optional pagination token provided by a previous
DescribePendingMaintenanceActions request. |
DescribePendingMaintenanceActionsResponse.Builder |
pendingMaintenanceActions(Collection<ResourcePendingMaintenanceActions> pendingMaintenanceActions)
A list of the pending maintenance actions for the resource.
|
DescribePendingMaintenanceActionsResponse.Builder |
pendingMaintenanceActions(Consumer<ResourcePendingMaintenanceActions.Builder>... pendingMaintenanceActions)
A list of the pending maintenance actions for the resource.
|
DescribePendingMaintenanceActionsResponse.Builder |
pendingMaintenanceActions(ResourcePendingMaintenanceActions... pendingMaintenanceActions)
A list of the pending maintenance actions for the resource.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribePendingMaintenanceActionsResponse.Builder pendingMaintenanceActions(Collection<ResourcePendingMaintenanceActions> pendingMaintenanceActions)
A list of the pending maintenance actions for the resource.
pendingMaintenanceActions - A list of the pending maintenance actions for the resource.DescribePendingMaintenanceActionsResponse.Builder pendingMaintenanceActions(ResourcePendingMaintenanceActions... pendingMaintenanceActions)
A list of the pending maintenance actions for the resource.
pendingMaintenanceActions - A list of the pending maintenance actions for the resource.DescribePendingMaintenanceActionsResponse.Builder pendingMaintenanceActions(Consumer<ResourcePendingMaintenanceActions.Builder>... pendingMaintenanceActions)
A list of the pending maintenance actions for the resource.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #pendingMaintenanceActions(List) .pendingMaintenanceActions - a consumer that will call methods on List.Builder #pendingMaintenanceActions(List) DescribePendingMaintenanceActionsResponse.Builder marker(String marker)
An optional pagination token provided by a previous DescribePendingMaintenanceActions request.
If this parameter is specified, the response includes only records beyond the marker, up to a number of
records specified by MaxRecords.
marker - An optional pagination token provided by a previous DescribePendingMaintenanceActions
request. If this parameter is specified, the response includes only records beyond the marker, up to a
number of records specified by MaxRecords.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.