Interface ListPendingMaintenanceActionsResponse.Builder

    • Method Detail

      • nextToken

        ListPendingMaintenanceActionsResponse.Builder nextToken​(String nextToken)

        An optional pagination token provided by a previous request. If this parameter is displayed, the responses will include only records beyond the marker, up to the value specified by maxResults.

        Parameters:
        nextToken - An optional pagination token provided by a previous request. If this parameter is displayed, the responses will include only records beyond the marker, up to the value specified by maxResults.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourcePendingMaintenanceActions

        ListPendingMaintenanceActionsResponse.Builder resourcePendingMaintenanceActions​(Collection<ResourcePendingMaintenanceAction> resourcePendingMaintenanceActions)

        Provides information about a pending maintenance action for a resource.

        Parameters:
        resourcePendingMaintenanceActions - Provides information about a pending maintenance action for a resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourcePendingMaintenanceActions

        ListPendingMaintenanceActionsResponse.Builder resourcePendingMaintenanceActions​(ResourcePendingMaintenanceAction... resourcePendingMaintenanceActions)

        Provides information about a pending maintenance action for a resource.

        Parameters:
        resourcePendingMaintenanceActions - Provides information about a pending maintenance action for a resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.