public final class WaiterParameters<Input extends AmazonWebServiceRequest> extends Object
Constructor and Description |
---|
WaiterParameters() |
Modifier and Type | Method and Description |
---|---|
PollingStrategy |
getPollingStrategy() |
Input |
getRequest() |
WaiterParameters |
withPollingStrategy(PollingStrategy pollingStrategy)
Constructs a new WaiterParameters with the given polling strategy
|
WaiterParameters |
withRequest(Input request)
Constructs a new WaiterParameters with the given request
|
public WaiterParameters withRequest(Input request)
request
- Input of the operationpublic WaiterParameters withPollingStrategy(PollingStrategy pollingStrategy)
pollingStrategy
- Custom polling strategypublic Input getRequest()
public PollingStrategy getPollingStrategy()
Copyright © 2016. All rights reserved.