public final class WaiterParameters<InputT> extends Object
Constructor and Description |
---|
WaiterParameters() |
WaiterParameters(InputT request) |
Modifier and Type | Method and Description |
---|---|
PollingStrategy |
getPollingStrategy() |
InputT |
getRequest() |
WaiterParameters<InputT> |
withPollingStrategy(PollingStrategy pollingStrategy)
Constructs a new WaiterParameters with the given polling strategy
|
WaiterParameters<InputT> |
withRequest(InputT request)
Constructs a new WaiterParameters with the given request
|
public WaiterParameters()
public WaiterParameters(InputT request)
public WaiterParameters<InputT> withRequest(InputT request)
request
- Input of the operationpublic WaiterParameters<InputT> withPollingStrategy(PollingStrategy pollingStrategy)
pollingStrategy
- Custom polling strategypublic InputT getRequest()
public PollingStrategy getPollingStrategy()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.