Package software.amazon.smithy.waiters
Class Waiter.Builder
java.lang.Object
software.amazon.smithy.waiters.Waiter.Builder
- All Implemented Interfaces:
SmithyBuilder<Waiter>
- Enclosing class:
- Waiter
-
Method Summary
Modifier and TypeMethodDescriptionaddAcceptor(Acceptor acceptor) build()Creates an immutable object that is created from the properties that have been set on the builder.deprecated(boolean deprecated) documentation(String documentation) maxDelay(int maxDelay) minDelay(int minDelay)
-
Method Details
-
build
Description copied from interface:SmithyBuilderCreates an immutable object that is created from the properties that have been set on the builder.- Specified by:
buildin interfaceSmithyBuilder<Waiter>- Returns:
- an instance of T
-
documentation
-
clearAcceptors
-
acceptors
-
addAcceptor
-
minDelay
-
maxDelay
-
clearTags
-
tags
-
addTag
-
deprecated
-