Class PartitionFn
- java.lang.Object
-
- software.amazon.awssdk.services.firehose.endpoints.internal.Expr
-
- software.amazon.awssdk.services.firehose.endpoints.internal.Fn
-
- software.amazon.awssdk.services.firehose.endpoints.internal.SingleArgFn
-
- software.amazon.awssdk.services.firehose.endpoints.internal.PartitionFn
-
public class PartitionFn extends SingleArgFn
-
-
Field Summary
Fields Modifier and Type Field Description static Identifier
DNS_SUFFIX
static Identifier
DUAL_STACK_DNS_SUFFIX
static String
ID
static Identifier
INFERRED
static Identifier
NAME
static Identifier
SUPPORTS_DUAL_STACK
static Identifier
SUPPORTS_FIPS
-
Constructor Summary
Constructors Constructor Description PartitionFn(FnNode node)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
acceptFnVisitor(FnVisitor<T> visitor)
Value
evalArg(Value arg)
static PartitionFn
fromParam(Parameter param)
static PartitionFn
ofExprs(Expr expr)
-
Methods inherited from class software.amazon.awssdk.services.firehose.endpoints.internal.SingleArgFn
eval, target
-
Methods inherited from class software.amazon.awssdk.services.firehose.endpoints.internal.Fn
accept, condition, condition, equals, expectOneArg, expectTwoArgs, expectVariableArgs, getArgv, getName, hashCode, into, toString
-
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
NAME
public static final Identifier NAME
-
DNS_SUFFIX
public static final Identifier DNS_SUFFIX
-
DUAL_STACK_DNS_SUFFIX
public static final Identifier DUAL_STACK_DNS_SUFFIX
-
SUPPORTS_FIPS
public static final Identifier SUPPORTS_FIPS
-
SUPPORTS_DUAL_STACK
public static final Identifier SUPPORTS_DUAL_STACK
-
INFERRED
public static final Identifier INFERRED
-
-
Constructor Detail
-
PartitionFn
public PartitionFn(FnNode node)
-
-
Method Detail
-
ofExprs
public static PartitionFn ofExprs(Expr expr)
-
acceptFnVisitor
public <T> T acceptFnVisitor(FnVisitor<T> visitor)
- Specified by:
acceptFnVisitor
in classFn
-
fromParam
public static PartitionFn fromParam(Parameter param)
-
evalArg
public Value evalArg(Value arg)
- Specified by:
evalArg
in classSingleArgFn
-
-