public class Substitutions extends Object
All values are lazily retrieved. This includes an InfoFacade, used
for any substitutions that require knowledge of the AWS environment.
Instances are thread-safe, but not thread-optimized (concurrent lazy retrieves of the same value are possible).
| Constructor and Description |
|---|
Substitutions(Date now,
int sequence)
Standard constructor, which retrieves an
InfoFacade if and
when it is needed. |
Substitutions(Date now,
int sequence,
InfoFacade infoFacade)
Base constructor, which allows configuration of the
InfoFacade
instance. |
public Substitutions(Date now, int sequence, InfoFacade infoFacade)
InfoFacade
instance. This is intended for testing.public Substitutions(Date now, int sequence)
InfoFacade if and
when it is needed.Copyright © 2023. All rights reserved.