Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
IntegerParameterDeclaration |
IntegerParameterDeclaration.clone() |
IntegerParameterDeclaration |
ParameterDeclaration.getIntegerParameterDeclaration()
A parameter declaration for the
Integer data type. |
IntegerParameterDeclaration |
IntegerParameterDeclaration.withDefaultValues(IntegerDefaultValues defaultValues)
The default values of a parameter.
|
IntegerParameterDeclaration |
IntegerParameterDeclaration.withMappedDataSetParameters(Collection<MappedDataSetParameter> mappedDataSetParameters) |
IntegerParameterDeclaration |
IntegerParameterDeclaration.withMappedDataSetParameters(MappedDataSetParameter... mappedDataSetParameters)
NOTE: This method appends the values to the existing list (if any).
|
IntegerParameterDeclaration |
IntegerParameterDeclaration.withName(String name)
The name of the parameter that is being declared.
|
IntegerParameterDeclaration |
IntegerParameterDeclaration.withParameterValueType(ParameterValueType parameterValueType)
The value type determines whether the parameter is a single-value or multi-value parameter.
|
IntegerParameterDeclaration |
IntegerParameterDeclaration.withParameterValueType(String parameterValueType)
The value type determines whether the parameter is a single-value or multi-value parameter.
|
IntegerParameterDeclaration |
IntegerParameterDeclaration.withValueWhenUnset(IntegerValueWhenUnsetConfiguration valueWhenUnset)
A parameter declaration for the
Integer data type. |
Modifier and Type | Method and Description |
---|---|
void |
ParameterDeclaration.setIntegerParameterDeclaration(IntegerParameterDeclaration integerParameterDeclaration)
A parameter declaration for the
Integer data type. |
ParameterDeclaration |
ParameterDeclaration.withIntegerParameterDeclaration(IntegerParameterDeclaration integerParameterDeclaration)
A parameter declaration for the
Integer data type. |
Copyright © 2023. All rights reserved.