CopyableBuilder<DescribePendingMaintenanceActionsResponse.Builder,DescribePendingMaintenanceActionsResponse>, SdkBuilder<DescribePendingMaintenanceActionsResponse.Builder,DescribePendingMaintenanceActionsResponse>public static interface DescribePendingMaintenanceActionsResponse.Builder extends CopyableBuilder<DescribePendingMaintenanceActionsResponse.Builder,DescribePendingMaintenanceActionsResponse>
| Modifier and Type | Method | 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(ResourcePendingMaintenanceActions... pendingMaintenanceActions) |
A list of the pending maintenance actions for the resource.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setPendingMaintenanceActions(java.util.Collection) or
#withPendingMaintenanceActions(java.util.Collection) if you want to override the existing values.
pendingMaintenanceActions - A list of the pending maintenance actions for the resource.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.