public static final class CfnRecipe.RecipeParametersProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRecipe.RecipeParametersProperty
CfnRecipe.RecipeParametersProperty
CfnRecipe.RecipeParametersProperty.Builder, CfnRecipe.RecipeParametersProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAggregateFunction()
The name of an aggregation function to apply.
|
java.lang.String |
getBase()
The number of digits used in a counting system.
|
java.lang.String |
getCaseStatement()
A case statement associated with a recipe.
|
java.lang.String |
getCategoryMap()
A category map used for one-hot encoding.
|
java.lang.String |
getCharsToRemove()
Characters to remove from a step that applies one-hot encoding or tokenization.
|
java.lang.String |
getCollapseConsecutiveWhitespace()
Remove any non-word non-punctuation character.
|
java.lang.String |
getColumnDataType()
The data type of the column.
|
java.lang.String |
getColumnRange()
A range of columns to which a step is applied.
|
java.lang.String |
getCount()
The number of times a string needs to be repeated.
|
java.lang.String |
getCustomCharacters()
One or more characters that can be substituted or removed, depending on the context.
|
java.lang.String |
getCustomStopWords()
A list of words to ignore in a step that applies word tokenization.
|
java.lang.String |
getCustomValue()
A list of custom values to use in a step that requires that you provide a value to finish the operation.
|
java.lang.String |
getDatasetsColumns()
A list of the dataset columns included in a project.
|
java.lang.String |
getDateAddValue()
A value that specifies how many units of time to add or subtract for a date math operation.
|
java.lang.String |
getDateTimeFormat()
A date format to apply to a date.
|
java.lang.String |
getDateTimeParameters()
A set of parameters associated with a datetime.
|
java.lang.String |
getDeleteOtherRows()
Determines whether unmapped rows in a categorical mapping should be deleted.
|
java.lang.String |
getDelimiter()
The delimiter to use when parsing separated values in a text file.
|
java.lang.String |
getEndPattern()
The end pattern to locate.
|
java.lang.String |
getEndPosition()
The end position to locate.
|
java.lang.String |
getEndValue()
The end value to locate.
|
java.lang.String |
getExpandContractions()
A list of word contractions and what they expand to.
|
java.lang.String |
getExponent()
The exponent to apply in an exponential operation.
|
java.lang.String |
getFalseString()
A value that represents `FALSE` .
|
java.lang.String |
getGroupByAggFunctionOptions()
Specifies options to apply to the `GROUP BY` used in an aggregation.
|
java.lang.String |
getGroupByColumns()
The columns to use in the `GROUP BY` clause.
|
java.lang.String |
getHiddenColumns()
A list of columns to hide.
|
java.lang.String |
getIgnoreCase()
Indicates that lower and upper case letters are treated equally.
|
java.lang.String |
getIncludeInSplit()
Indicates if this column is participating in a split transform.
|
java.lang.Object |
getInput()
The input location to load the dataset from - Amazon S3 or AWS Glue Data Catalog .
|
java.lang.String |
getInterval()
The number of characters to split by.
|
java.lang.String |
getIsText()
Indicates if the content is text.
|
java.lang.String |
getJoinKeys()
The keys or columns involved in a join.
|
java.lang.String |
getJoinType()
The type of join to use, for example, `INNER JOIN` , `OUTER JOIN` , and so on.
|
java.lang.String |
getLeftColumns()
The columns on the left side of the join.
|
java.lang.String |
getLimit()
The number of times to perform `split` or `replaceBy` in a string.
|
java.lang.String |
getLowerBound()
The lower boundary for a value.
|
java.lang.String |
getMapType()
The type of mappings to apply to construct a new dynamic frame.
|
java.lang.String |
getModeType()
Determines the manner in which mode value is calculated, in case there is more than one mode value.
|
java.lang.Object |
getMultiLine()
Specifies whether JSON input contains embedded new line characters.
|
java.lang.String |
getNumRows()
The number of rows to consider in a window.
|
java.lang.String |
getNumRowsAfter()
The number of rows to consider after the current row in a window.
|
java.lang.String |
getNumRowsBefore()
The number of rows to consider before the current row in a window.
|
java.lang.String |
getOrderByColumn()
A column to sort the results by.
|
java.lang.String |
getOrderByColumns()
The columns to sort the results by.
|
java.lang.String |
getOther()
The value to assign to unmapped cells, in categorical mapping.
|
java.lang.String |
getPattern()
The pattern to locate.
|
java.lang.String |
getPatternOption1()
The starting pattern to split between.
|
java.lang.String |
getPatternOption2()
The ending pattern to split between.
|
java.lang.String |
getPatternOptions()
For splitting by multiple delimiters: A JSON-encoded string that lists the patterns in the format.
|
java.lang.String |
getPeriod()
The size of the rolling window.
|
java.lang.String |
getPosition()
The character index within a string.
|
java.lang.String |
getRemoveAllPunctuation()
If `true` , removes all of the following characters: `.` `.!` `.,` `.?`.
|
java.lang.String |
getRemoveAllQuotes()
If `true` , removes all single quotes and double quotes.
|
java.lang.String |
getRemoveAllWhitespace()
If `true` , removes all whitespaces from the value.
|
java.lang.String |
getRemoveCustomCharacters()
If `true` , removes all chraracters specified by `CustomCharacters` .
|
java.lang.String |
getRemoveCustomValue()
If `true` , removes all chraracters specified by `CustomValue` .
|
java.lang.String |
getRemoveLeadingAndTrailingPunctuation()
If `true` , removes the following characters if they occur at the start or end of the value: `.` `!` `,` `?`.
|
java.lang.String |
getRemoveLeadingAndTrailingQuotes()
If `true` , removes single quotes and double quotes from the beginning and end of the value.
|
java.lang.String |
getRemoveLeadingAndTrailingWhitespace()
If `true` , removes all whitespaces from the beginning and end of the value.
|
java.lang.String |
getRemoveLetters()
If `true` , removes all uppercase and lowercase alphabetic characters (A through Z;
|
java.lang.String |
getRemoveNumbers()
If `true` , removes all numeric characters (0 through 9).
|
java.lang.String |
getRemoveSourceColumn()
If `true` , the source column will be removed after un-nesting that column.
|
java.lang.String |
getRemoveSpecialCharacters()
If `true` , removes all of the following characters: `!
|
java.lang.String |
getRightColumns()
The columns on the right side of a join.
|
java.lang.String |
getSampleSize()
The number of rows in the sample.
|
java.lang.String |
getSampleType()
The sampling type to apply to the dataset.
|
java.lang.Object |
getSecondaryInputs()
A list of secondary inputs in a UNION transform.
|
java.lang.String |
getSecondInput()
A object value to indicate the second dataset used in a join.
|
java.lang.Object |
getSheetIndexes()
One or more sheet numbers in the Excel file, which will be included in a dataset.
|
java.util.List<java.lang.String> |
getSheetNames()
Oone or more named sheets in the Excel file, which will be included in a dataset.
|
java.lang.String |
getSourceColumn()
A source column needed for an operation, step, or transform.
|
java.lang.String |
getSourceColumn1()
A source column needed for an operation, step, or transform.
|
java.lang.String |
getSourceColumn2()
A source column needed for an operation, step, or transform.
|
java.lang.String |
getSourceColumns()
A list of source columns needed for an operation, step, or transform.
|
java.lang.String |
getStartColumnIndex()
The index number of the first column used by an operation, step, or transform.
|
java.lang.String |
getStartPattern()
The starting pattern to locate.
|
java.lang.String |
getStartPosition()
The starting position to locate.
|
java.lang.String |
getStartValue()
The starting value to locate.
|
java.lang.String |
getStemmingMode()
Indicates this operation uses stems and lemmas (base words) for word tokenization.
|
java.lang.String |
getStepCount()
The total number of transforms in this recipe.
|
java.lang.String |
getStepIndex()
The index ID of a step.
|
java.lang.String |
getStopWordsMode()
Indicates this operation uses stop words as part of word tokenization.
|
java.lang.String |
getStrategy()
The resolution strategy to apply in resolving ambiguities.
|
java.lang.String |
getTargetColumn()
The column targeted by this operation.
|
java.lang.String |
getTargetColumnNames()
The names to give columns altered by this operation.
|
java.lang.String |
getTargetDateFormat()
The date format to convert to.
|
java.lang.String |
getTargetIndex()
The index number of an object that is targeted by this operation.
|
java.lang.String |
getTimeZone()
The current timezone that you want to use for dates.
|
java.lang.String |
getTokenizerPattern()
A regex expression to use when splitting text into terms, also called words or tokens.
|
java.lang.String |
getTrueString()
A value to use to represent `TRUE` .
|
java.lang.String |
getUdfLang()
The language that's used in the user-defined function.
|
java.lang.String |
getUnits()
Specifies a unit of time.
|
java.lang.String |
getUnpivotColumn()
Cast columns as rows, so that each value is a different row in a single column.
|
java.lang.String |
getUpperBound()
The upper boundary for a value.
|
java.lang.String |
getUseNewDataFrame()
Create a new container to hold a dataset.
|
java.lang.String |
getValue()
A static value that can be used in a comparison, a substitution, or in another context-specific way.
|
java.lang.String |
getValue1()
A value that's used by this operation.
|
java.lang.String |
getValue2()
A value that's used by this operation.
|
java.lang.String |
getValueColumn()
The column that is provided as a value that's used by this operation.
|
java.lang.String |
getViewFrame()
The subset of rows currently available for viewing.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAggregateFunction()
CfnRecipe.RecipeParametersProperty
getAggregateFunction
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getBase()
CfnRecipe.RecipeParametersProperty
getBase
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getCaseStatement()
CfnRecipe.RecipeParametersProperty
getCaseStatement
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getCategoryMap()
CfnRecipe.RecipeParametersProperty
getCategoryMap
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getCharsToRemove()
CfnRecipe.RecipeParametersProperty
getCharsToRemove
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getCollapseConsecutiveWhitespace()
CfnRecipe.RecipeParametersProperty
getCollapseConsecutiveWhitespace
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getColumnDataType()
CfnRecipe.RecipeParametersProperty
getColumnDataType
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getColumnRange()
CfnRecipe.RecipeParametersProperty
getColumnRange
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getCount()
CfnRecipe.RecipeParametersProperty
getCount
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getCustomCharacters()
CfnRecipe.RecipeParametersProperty
getCustomCharacters
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getCustomStopWords()
CfnRecipe.RecipeParametersProperty
getCustomStopWords
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getCustomValue()
CfnRecipe.RecipeParametersProperty
getCustomValue
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getDatasetsColumns()
CfnRecipe.RecipeParametersProperty
getDatasetsColumns
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getDateAddValue()
CfnRecipe.RecipeParametersProperty
getDateAddValue
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getDateTimeFormat()
CfnRecipe.RecipeParametersProperty
getDateTimeFormat
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getDateTimeParameters()
CfnRecipe.RecipeParametersProperty
getDateTimeParameters
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getDeleteOtherRows()
CfnRecipe.RecipeParametersProperty
getDeleteOtherRows
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getDelimiter()
CfnRecipe.RecipeParametersProperty
getDelimiter
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getEndPattern()
CfnRecipe.RecipeParametersProperty
getEndPattern
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getEndPosition()
CfnRecipe.RecipeParametersProperty
getEndPosition
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getEndValue()
CfnRecipe.RecipeParametersProperty
getEndValue
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getExpandContractions()
CfnRecipe.RecipeParametersProperty
For eample: can't ; cannot ; can not .
getExpandContractions
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getExponent()
CfnRecipe.RecipeParametersProperty
getExponent
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getFalseString()
CfnRecipe.RecipeParametersProperty
getFalseString
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getGroupByAggFunctionOptions()
CfnRecipe.RecipeParametersProperty
getGroupByAggFunctionOptions
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getGroupByColumns()
CfnRecipe.RecipeParametersProperty
getGroupByColumns
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getHiddenColumns()
CfnRecipe.RecipeParametersProperty
getHiddenColumns
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getIgnoreCase()
CfnRecipe.RecipeParametersProperty
getIgnoreCase
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getIncludeInSplit()
CfnRecipe.RecipeParametersProperty
getIncludeInSplit
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.Object getInput()
CfnRecipe.RecipeParametersProperty
getInput
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getInterval()
CfnRecipe.RecipeParametersProperty
getInterval
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getIsText()
CfnRecipe.RecipeParametersProperty
getIsText
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getJoinKeys()
CfnRecipe.RecipeParametersProperty
getJoinKeys
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getJoinType()
CfnRecipe.RecipeParametersProperty
getJoinType
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getLeftColumns()
CfnRecipe.RecipeParametersProperty
getLeftColumns
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getLimit()
CfnRecipe.RecipeParametersProperty
getLimit
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getLowerBound()
CfnRecipe.RecipeParametersProperty
getLowerBound
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getMapType()
CfnRecipe.RecipeParametersProperty
getMapType
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getModeType()
CfnRecipe.RecipeParametersProperty
Valid values: NONE
| AVERAGE
| MINIMUM
| MAXIMUM
getModeType
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.Object getMultiLine()
CfnRecipe.RecipeParametersProperty
getMultiLine
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getNumRows()
CfnRecipe.RecipeParametersProperty
getNumRows
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getNumRowsAfter()
CfnRecipe.RecipeParametersProperty
getNumRowsAfter
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getNumRowsBefore()
CfnRecipe.RecipeParametersProperty
getNumRowsBefore
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getOrderByColumn()
CfnRecipe.RecipeParametersProperty
getOrderByColumn
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getOrderByColumns()
CfnRecipe.RecipeParametersProperty
getOrderByColumns
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getOther()
CfnRecipe.RecipeParametersProperty
getOther
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getPattern()
CfnRecipe.RecipeParametersProperty
getPattern
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getPatternOption1()
CfnRecipe.RecipeParametersProperty
getPatternOption1
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getPatternOption2()
CfnRecipe.RecipeParametersProperty
getPatternOption2
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getPatternOptions()
CfnRecipe.RecipeParametersProperty
For example: [{\"pattern\":\"1\",\"includeInSplit\":true}]
getPatternOptions
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getPeriod()
CfnRecipe.RecipeParametersProperty
getPeriod
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getPosition()
CfnRecipe.RecipeParametersProperty
getPosition
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getRemoveAllPunctuation()
CfnRecipe.RecipeParametersProperty
getRemoveAllPunctuation
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getRemoveAllQuotes()
CfnRecipe.RecipeParametersProperty
getRemoveAllQuotes
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getRemoveAllWhitespace()
CfnRecipe.RecipeParametersProperty
getRemoveAllWhitespace
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getRemoveCustomCharacters()
CfnRecipe.RecipeParametersProperty
getRemoveCustomCharacters
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getRemoveCustomValue()
CfnRecipe.RecipeParametersProperty
getRemoveCustomValue
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getRemoveLeadingAndTrailingPunctuation()
CfnRecipe.RecipeParametersProperty
getRemoveLeadingAndTrailingPunctuation
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getRemoveLeadingAndTrailingQuotes()
CfnRecipe.RecipeParametersProperty
getRemoveLeadingAndTrailingQuotes
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getRemoveLeadingAndTrailingWhitespace()
CfnRecipe.RecipeParametersProperty
getRemoveLeadingAndTrailingWhitespace
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getRemoveLetters()
CfnRecipe.RecipeParametersProperty
a through z).
getRemoveLetters
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getRemoveNumbers()
CfnRecipe.RecipeParametersProperty
getRemoveNumbers
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getRemoveSourceColumn()
CfnRecipe.RecipeParametersProperty
(Used with nested column types, such as Map, Struct, or Array.)
getRemoveSourceColumn
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getRemoveSpecialCharacters()
CfnRecipe.RecipeParametersProperty
" # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ { | } ~
getRemoveSpecialCharacters
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getRightColumns()
CfnRecipe.RecipeParametersProperty
getRightColumns
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getSampleSize()
CfnRecipe.RecipeParametersProperty
getSampleSize
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getSampleType()
CfnRecipe.RecipeParametersProperty
Valid values: FIRST_N
| LAST_N
| RANDOM
getSampleType
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.Object getSecondaryInputs()
CfnRecipe.RecipeParametersProperty
getSecondaryInputs
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getSecondInput()
CfnRecipe.RecipeParametersProperty
getSecondInput
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.Object getSheetIndexes()
CfnRecipe.RecipeParametersProperty
getSheetIndexes
in interface CfnRecipe.RecipeParametersProperty
public final java.util.List<java.lang.String> getSheetNames()
CfnRecipe.RecipeParametersProperty
getSheetNames
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getSourceColumn()
CfnRecipe.RecipeParametersProperty
getSourceColumn
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getSourceColumn1()
CfnRecipe.RecipeParametersProperty
getSourceColumn1
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getSourceColumn2()
CfnRecipe.RecipeParametersProperty
getSourceColumn2
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getSourceColumns()
CfnRecipe.RecipeParametersProperty
getSourceColumns
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getStartColumnIndex()
CfnRecipe.RecipeParametersProperty
getStartColumnIndex
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getStartPattern()
CfnRecipe.RecipeParametersProperty
getStartPattern
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getStartPosition()
CfnRecipe.RecipeParametersProperty
getStartPosition
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getStartValue()
CfnRecipe.RecipeParametersProperty
getStartValue
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getStemmingMode()
CfnRecipe.RecipeParametersProperty
getStemmingMode
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getStepCount()
CfnRecipe.RecipeParametersProperty
getStepCount
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getStepIndex()
CfnRecipe.RecipeParametersProperty
getStepIndex
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getStopWordsMode()
CfnRecipe.RecipeParametersProperty
getStopWordsMode
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getStrategy()
CfnRecipe.RecipeParametersProperty
getStrategy
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getTargetColumn()
CfnRecipe.RecipeParametersProperty
getTargetColumn
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getTargetColumnNames()
CfnRecipe.RecipeParametersProperty
getTargetColumnNames
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getTargetDateFormat()
CfnRecipe.RecipeParametersProperty
getTargetDateFormat
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getTargetIndex()
CfnRecipe.RecipeParametersProperty
getTargetIndex
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getTimeZone()
CfnRecipe.RecipeParametersProperty
getTimeZone
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getTokenizerPattern()
CfnRecipe.RecipeParametersProperty
getTokenizerPattern
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getTrueString()
CfnRecipe.RecipeParametersProperty
getTrueString
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getUdfLang()
CfnRecipe.RecipeParametersProperty
getUdfLang
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getUnits()
CfnRecipe.RecipeParametersProperty
For example: MINUTES
; SECONDS
; HOURS
; etc.
getUnits
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getUnpivotColumn()
CfnRecipe.RecipeParametersProperty
getUnpivotColumn
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getUpperBound()
CfnRecipe.RecipeParametersProperty
getUpperBound
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getUseNewDataFrame()
CfnRecipe.RecipeParametersProperty
getUseNewDataFrame
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getValue()
CfnRecipe.RecipeParametersProperty
A Value
can be a number, string, or other datatype, depending on the recipe action in which it's used.
getValue
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getValue1()
CfnRecipe.RecipeParametersProperty
getValue1
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getValue2()
CfnRecipe.RecipeParametersProperty
getValue2
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getValueColumn()
CfnRecipe.RecipeParametersProperty
getValueColumn
in interface CfnRecipe.RecipeParametersProperty
public final java.lang.String getViewFrame()
CfnRecipe.RecipeParametersProperty
getViewFrame
in interface CfnRecipe.RecipeParametersProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()