public static final class CfnRecipe.RecipeParametersProperty.Builder
extends java.lang.Object
CfnRecipe.RecipeParametersProperty
Constructor and Description |
---|
Builder() |
public CfnRecipe.RecipeParametersProperty.Builder aggregateFunction(java.lang.String aggregateFunction)
CfnRecipe.RecipeParametersProperty.getAggregateFunction()
aggregateFunction
- The name of an aggregation function to apply.this
public CfnRecipe.RecipeParametersProperty.Builder base(java.lang.String base)
CfnRecipe.RecipeParametersProperty.getBase()
base
- The number of digits used in a counting system.this
public CfnRecipe.RecipeParametersProperty.Builder caseStatement(java.lang.String caseStatement)
CfnRecipe.RecipeParametersProperty.getCaseStatement()
caseStatement
- A case statement associated with a recipe.this
public CfnRecipe.RecipeParametersProperty.Builder categoryMap(java.lang.String categoryMap)
CfnRecipe.RecipeParametersProperty.getCategoryMap()
categoryMap
- A category map used for one-hot encoding.this
public CfnRecipe.RecipeParametersProperty.Builder charsToRemove(java.lang.String charsToRemove)
CfnRecipe.RecipeParametersProperty.getCharsToRemove()
charsToRemove
- Characters to remove from a step that applies one-hot encoding or tokenization.this
public CfnRecipe.RecipeParametersProperty.Builder collapseConsecutiveWhitespace(java.lang.String collapseConsecutiveWhitespace)
CfnRecipe.RecipeParametersProperty.getCollapseConsecutiveWhitespace()
collapseConsecutiveWhitespace
- Remove any non-word non-punctuation character.this
public CfnRecipe.RecipeParametersProperty.Builder columnDataType(java.lang.String columnDataType)
CfnRecipe.RecipeParametersProperty.getColumnDataType()
columnDataType
- The data type of the column.this
public CfnRecipe.RecipeParametersProperty.Builder columnRange(java.lang.String columnRange)
CfnRecipe.RecipeParametersProperty.getColumnRange()
columnRange
- A range of columns to which a step is applied.this
public CfnRecipe.RecipeParametersProperty.Builder count(java.lang.String count)
CfnRecipe.RecipeParametersProperty.getCount()
count
- The number of times a string needs to be repeated.this
public CfnRecipe.RecipeParametersProperty.Builder customCharacters(java.lang.String customCharacters)
CfnRecipe.RecipeParametersProperty.getCustomCharacters()
customCharacters
- One or more characters that can be substituted or removed, depending on the context.this
public CfnRecipe.RecipeParametersProperty.Builder customStopWords(java.lang.String customStopWords)
CfnRecipe.RecipeParametersProperty.getCustomStopWords()
customStopWords
- A list of words to ignore in a step that applies word tokenization.this
public CfnRecipe.RecipeParametersProperty.Builder customValue(java.lang.String customValue)
CfnRecipe.RecipeParametersProperty.getCustomValue()
customValue
- A list of custom values to use in a step that requires that you provide a value to finish the operation.this
public CfnRecipe.RecipeParametersProperty.Builder datasetsColumns(java.lang.String datasetsColumns)
CfnRecipe.RecipeParametersProperty.getDatasetsColumns()
datasetsColumns
- A list of the dataset columns included in a project.this
public CfnRecipe.RecipeParametersProperty.Builder dateAddValue(java.lang.String dateAddValue)
CfnRecipe.RecipeParametersProperty.getDateAddValue()
dateAddValue
- A value that specifies how many units of time to add or subtract for a date math operation.this
public CfnRecipe.RecipeParametersProperty.Builder dateTimeFormat(java.lang.String dateTimeFormat)
CfnRecipe.RecipeParametersProperty.getDateTimeFormat()
dateTimeFormat
- A date format to apply to a date.this
public CfnRecipe.RecipeParametersProperty.Builder dateTimeParameters(java.lang.String dateTimeParameters)
CfnRecipe.RecipeParametersProperty.getDateTimeParameters()
dateTimeParameters
- A set of parameters associated with a datetime.this
public CfnRecipe.RecipeParametersProperty.Builder deleteOtherRows(java.lang.String deleteOtherRows)
CfnRecipe.RecipeParametersProperty.getDeleteOtherRows()
deleteOtherRows
- Determines whether unmapped rows in a categorical mapping should be deleted.this
public CfnRecipe.RecipeParametersProperty.Builder delimiter(java.lang.String delimiter)
CfnRecipe.RecipeParametersProperty.getDelimiter()
delimiter
- The delimiter to use when parsing separated values in a text file.this
public CfnRecipe.RecipeParametersProperty.Builder endPattern(java.lang.String endPattern)
CfnRecipe.RecipeParametersProperty.getEndPattern()
endPattern
- The end pattern to locate.this
public CfnRecipe.RecipeParametersProperty.Builder endPosition(java.lang.String endPosition)
CfnRecipe.RecipeParametersProperty.getEndPosition()
endPosition
- The end position to locate.this
public CfnRecipe.RecipeParametersProperty.Builder endValue(java.lang.String endValue)
CfnRecipe.RecipeParametersProperty.getEndValue()
endValue
- The end value to locate.this
public CfnRecipe.RecipeParametersProperty.Builder expandContractions(java.lang.String expandContractions)
CfnRecipe.RecipeParametersProperty.getExpandContractions()
expandContractions
- A list of word contractions and what they expand to.
For eample: can't ; cannot ; can not .this
public CfnRecipe.RecipeParametersProperty.Builder exponent(java.lang.String exponent)
CfnRecipe.RecipeParametersProperty.getExponent()
exponent
- The exponent to apply in an exponential operation.this
public CfnRecipe.RecipeParametersProperty.Builder falseString(java.lang.String falseString)
CfnRecipe.RecipeParametersProperty.getFalseString()
falseString
- A value that represents `FALSE` .this
public CfnRecipe.RecipeParametersProperty.Builder groupByAggFunctionOptions(java.lang.String groupByAggFunctionOptions)
CfnRecipe.RecipeParametersProperty.getGroupByAggFunctionOptions()
groupByAggFunctionOptions
- Specifies options to apply to the `GROUP BY` used in an aggregation.this
public CfnRecipe.RecipeParametersProperty.Builder groupByColumns(java.lang.String groupByColumns)
CfnRecipe.RecipeParametersProperty.getGroupByColumns()
groupByColumns
- The columns to use in the `GROUP BY` clause.this
public CfnRecipe.RecipeParametersProperty.Builder hiddenColumns(java.lang.String hiddenColumns)
CfnRecipe.RecipeParametersProperty.getHiddenColumns()
hiddenColumns
- A list of columns to hide.this
public CfnRecipe.RecipeParametersProperty.Builder ignoreCase(java.lang.String ignoreCase)
CfnRecipe.RecipeParametersProperty.getIgnoreCase()
ignoreCase
- Indicates that lower and upper case letters are treated equally.this
public CfnRecipe.RecipeParametersProperty.Builder includeInSplit(java.lang.String includeInSplit)
CfnRecipe.RecipeParametersProperty.getIncludeInSplit()
includeInSplit
- Indicates if this column is participating in a split transform.this
public CfnRecipe.RecipeParametersProperty.Builder input(java.lang.Object input)
CfnRecipe.RecipeParametersProperty.getInput()
input
- The input location to load the dataset from - Amazon S3 or AWS Glue Data Catalog .this
public CfnRecipe.RecipeParametersProperty.Builder interval(java.lang.String interval)
CfnRecipe.RecipeParametersProperty.getInterval()
interval
- The number of characters to split by.this
public CfnRecipe.RecipeParametersProperty.Builder isText(java.lang.String isText)
CfnRecipe.RecipeParametersProperty.getIsText()
isText
- Indicates if the content is text.this
public CfnRecipe.RecipeParametersProperty.Builder joinKeys(java.lang.String joinKeys)
CfnRecipe.RecipeParametersProperty.getJoinKeys()
joinKeys
- The keys or columns involved in a join.this
public CfnRecipe.RecipeParametersProperty.Builder joinType(java.lang.String joinType)
CfnRecipe.RecipeParametersProperty.getJoinType()
joinType
- The type of join to use, for example, `INNER JOIN` , `OUTER JOIN` , and so on.this
public CfnRecipe.RecipeParametersProperty.Builder leftColumns(java.lang.String leftColumns)
CfnRecipe.RecipeParametersProperty.getLeftColumns()
leftColumns
- The columns on the left side of the join.this
public CfnRecipe.RecipeParametersProperty.Builder limit(java.lang.String limit)
CfnRecipe.RecipeParametersProperty.getLimit()
limit
- The number of times to perform `split` or `replaceBy` in a string.this
public CfnRecipe.RecipeParametersProperty.Builder lowerBound(java.lang.String lowerBound)
CfnRecipe.RecipeParametersProperty.getLowerBound()
lowerBound
- The lower boundary for a value.this
public CfnRecipe.RecipeParametersProperty.Builder mapType(java.lang.String mapType)
CfnRecipe.RecipeParametersProperty.getMapType()
mapType
- The type of mappings to apply to construct a new dynamic frame.this
public CfnRecipe.RecipeParametersProperty.Builder modeType(java.lang.String modeType)
CfnRecipe.RecipeParametersProperty.getModeType()
modeType
- Determines the manner in which mode value is calculated, in case there is more than one mode value.
Valid values: NONE
| AVERAGE
| MINIMUM
| MAXIMUM
this
public CfnRecipe.RecipeParametersProperty.Builder multiLine(java.lang.Boolean multiLine)
CfnRecipe.RecipeParametersProperty.getMultiLine()
multiLine
- Specifies whether JSON input contains embedded new line characters.this
public CfnRecipe.RecipeParametersProperty.Builder multiLine(IResolvable multiLine)
CfnRecipe.RecipeParametersProperty.getMultiLine()
multiLine
- Specifies whether JSON input contains embedded new line characters.this
public CfnRecipe.RecipeParametersProperty.Builder numRows(java.lang.String numRows)
CfnRecipe.RecipeParametersProperty.getNumRows()
numRows
- The number of rows to consider in a window.this
public CfnRecipe.RecipeParametersProperty.Builder numRowsAfter(java.lang.String numRowsAfter)
CfnRecipe.RecipeParametersProperty.getNumRowsAfter()
numRowsAfter
- The number of rows to consider after the current row in a window.this
public CfnRecipe.RecipeParametersProperty.Builder numRowsBefore(java.lang.String numRowsBefore)
CfnRecipe.RecipeParametersProperty.getNumRowsBefore()
numRowsBefore
- The number of rows to consider before the current row in a window.this
public CfnRecipe.RecipeParametersProperty.Builder orderByColumn(java.lang.String orderByColumn)
CfnRecipe.RecipeParametersProperty.getOrderByColumn()
orderByColumn
- A column to sort the results by.this
public CfnRecipe.RecipeParametersProperty.Builder orderByColumns(java.lang.String orderByColumns)
CfnRecipe.RecipeParametersProperty.getOrderByColumns()
orderByColumns
- The columns to sort the results by.this
public CfnRecipe.RecipeParametersProperty.Builder other(java.lang.String other)
CfnRecipe.RecipeParametersProperty.getOther()
other
- The value to assign to unmapped cells, in categorical mapping.this
public CfnRecipe.RecipeParametersProperty.Builder pattern(java.lang.String pattern)
CfnRecipe.RecipeParametersProperty.getPattern()
pattern
- The pattern to locate.this
public CfnRecipe.RecipeParametersProperty.Builder patternOption1(java.lang.String patternOption1)
CfnRecipe.RecipeParametersProperty.getPatternOption1()
patternOption1
- The starting pattern to split between.this
public CfnRecipe.RecipeParametersProperty.Builder patternOption2(java.lang.String patternOption2)
CfnRecipe.RecipeParametersProperty.getPatternOption2()
patternOption2
- The ending pattern to split between.this
public CfnRecipe.RecipeParametersProperty.Builder patternOptions(java.lang.String patternOptions)
CfnRecipe.RecipeParametersProperty.getPatternOptions()
patternOptions
- For splitting by multiple delimiters: A JSON-encoded string that lists the patterns in the format.
For example: [{\"pattern\":\"1\",\"includeInSplit\":true}]
this
public CfnRecipe.RecipeParametersProperty.Builder period(java.lang.String period)
CfnRecipe.RecipeParametersProperty.getPeriod()
period
- The size of the rolling window.this
public CfnRecipe.RecipeParametersProperty.Builder position(java.lang.String position)
CfnRecipe.RecipeParametersProperty.getPosition()
position
- The character index within a string.this
public CfnRecipe.RecipeParametersProperty.Builder removeAllPunctuation(java.lang.String removeAllPunctuation)
CfnRecipe.RecipeParametersProperty.getRemoveAllPunctuation()
removeAllPunctuation
- If `true` , removes all of the following characters: `.` `.!` `.,` `.?`.this
public CfnRecipe.RecipeParametersProperty.Builder removeAllQuotes(java.lang.String removeAllQuotes)
CfnRecipe.RecipeParametersProperty.getRemoveAllQuotes()
removeAllQuotes
- If `true` , removes all single quotes and double quotes.this
public CfnRecipe.RecipeParametersProperty.Builder removeAllWhitespace(java.lang.String removeAllWhitespace)
CfnRecipe.RecipeParametersProperty.getRemoveAllWhitespace()
removeAllWhitespace
- If `true` , removes all whitespaces from the value.this
public CfnRecipe.RecipeParametersProperty.Builder removeCustomCharacters(java.lang.String removeCustomCharacters)
CfnRecipe.RecipeParametersProperty.getRemoveCustomCharacters()
removeCustomCharacters
- If `true` , removes all chraracters specified by `CustomCharacters` .this
public CfnRecipe.RecipeParametersProperty.Builder removeCustomValue(java.lang.String removeCustomValue)
CfnRecipe.RecipeParametersProperty.getRemoveCustomValue()
removeCustomValue
- If `true` , removes all chraracters specified by `CustomValue` .this
public CfnRecipe.RecipeParametersProperty.Builder removeLeadingAndTrailingPunctuation(java.lang.String removeLeadingAndTrailingPunctuation)
removeLeadingAndTrailingPunctuation
- If `true` , removes the following characters if they occur at the start or end of the value: `.` `!` `,` `?`.this
public CfnRecipe.RecipeParametersProperty.Builder removeLeadingAndTrailingQuotes(java.lang.String removeLeadingAndTrailingQuotes)
CfnRecipe.RecipeParametersProperty.getRemoveLeadingAndTrailingQuotes()
removeLeadingAndTrailingQuotes
- If `true` , removes single quotes and double quotes from the beginning and end of the value.this
public CfnRecipe.RecipeParametersProperty.Builder removeLeadingAndTrailingWhitespace(java.lang.String removeLeadingAndTrailingWhitespace)
removeLeadingAndTrailingWhitespace
- If `true` , removes all whitespaces from the beginning and end of the value.this
public CfnRecipe.RecipeParametersProperty.Builder removeLetters(java.lang.String removeLetters)
CfnRecipe.RecipeParametersProperty.getRemoveLetters()
removeLetters
- If `true` , removes all uppercase and lowercase alphabetic characters (A through Z;.
a through z).this
public CfnRecipe.RecipeParametersProperty.Builder removeNumbers(java.lang.String removeNumbers)
CfnRecipe.RecipeParametersProperty.getRemoveNumbers()
removeNumbers
- If `true` , removes all numeric characters (0 through 9).this
public CfnRecipe.RecipeParametersProperty.Builder removeSourceColumn(java.lang.String removeSourceColumn)
CfnRecipe.RecipeParametersProperty.getRemoveSourceColumn()
removeSourceColumn
- If `true` , the source column will be removed after un-nesting that column.
(Used with nested column types, such as Map, Struct, or Array.)this
public CfnRecipe.RecipeParametersProperty.Builder removeSpecialCharacters(java.lang.String removeSpecialCharacters)
CfnRecipe.RecipeParametersProperty.getRemoveSpecialCharacters()
removeSpecialCharacters
- If `true` , removes all of the following characters: `!.
" # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ { | } ~
this
public CfnRecipe.RecipeParametersProperty.Builder rightColumns(java.lang.String rightColumns)
CfnRecipe.RecipeParametersProperty.getRightColumns()
rightColumns
- The columns on the right side of a join.this
public CfnRecipe.RecipeParametersProperty.Builder sampleSize(java.lang.String sampleSize)
CfnRecipe.RecipeParametersProperty.getSampleSize()
sampleSize
- The number of rows in the sample.this
public CfnRecipe.RecipeParametersProperty.Builder sampleType(java.lang.String sampleType)
CfnRecipe.RecipeParametersProperty.getSampleType()
sampleType
- The sampling type to apply to the dataset.
Valid values: FIRST_N
| LAST_N
| RANDOM
this
public CfnRecipe.RecipeParametersProperty.Builder secondaryInputs(IResolvable secondaryInputs)
CfnRecipe.RecipeParametersProperty.getSecondaryInputs()
secondaryInputs
- A list of secondary inputs in a UNION transform.this
public CfnRecipe.RecipeParametersProperty.Builder secondaryInputs(java.util.List<? extends java.lang.Object> secondaryInputs)
CfnRecipe.RecipeParametersProperty.getSecondaryInputs()
secondaryInputs
- A list of secondary inputs in a UNION transform.this
public CfnRecipe.RecipeParametersProperty.Builder secondInput(java.lang.String secondInput)
CfnRecipe.RecipeParametersProperty.getSecondInput()
secondInput
- A object value to indicate the second dataset used in a join.this
public CfnRecipe.RecipeParametersProperty.Builder sheetIndexes(IResolvable sheetIndexes)
CfnRecipe.RecipeParametersProperty.getSheetIndexes()
sheetIndexes
- One or more sheet numbers in the Excel file, which will be included in a dataset.this
public CfnRecipe.RecipeParametersProperty.Builder sheetIndexes(java.util.List<? extends java.lang.Number> sheetIndexes)
CfnRecipe.RecipeParametersProperty.getSheetIndexes()
sheetIndexes
- One or more sheet numbers in the Excel file, which will be included in a dataset.this
public CfnRecipe.RecipeParametersProperty.Builder sheetNames(java.util.List<java.lang.String> sheetNames)
CfnRecipe.RecipeParametersProperty.getSheetNames()
sheetNames
- Oone or more named sheets in the Excel file, which will be included in a dataset.this
public CfnRecipe.RecipeParametersProperty.Builder sourceColumn(java.lang.String sourceColumn)
CfnRecipe.RecipeParametersProperty.getSourceColumn()
sourceColumn
- A source column needed for an operation, step, or transform.this
public CfnRecipe.RecipeParametersProperty.Builder sourceColumn1(java.lang.String sourceColumn1)
CfnRecipe.RecipeParametersProperty.getSourceColumn1()
sourceColumn1
- A source column needed for an operation, step, or transform.this
public CfnRecipe.RecipeParametersProperty.Builder sourceColumn2(java.lang.String sourceColumn2)
CfnRecipe.RecipeParametersProperty.getSourceColumn2()
sourceColumn2
- A source column needed for an operation, step, or transform.this
public CfnRecipe.RecipeParametersProperty.Builder sourceColumns(java.lang.String sourceColumns)
CfnRecipe.RecipeParametersProperty.getSourceColumns()
sourceColumns
- A list of source columns needed for an operation, step, or transform.this
public CfnRecipe.RecipeParametersProperty.Builder startColumnIndex(java.lang.String startColumnIndex)
CfnRecipe.RecipeParametersProperty.getStartColumnIndex()
startColumnIndex
- The index number of the first column used by an operation, step, or transform.this
public CfnRecipe.RecipeParametersProperty.Builder startPattern(java.lang.String startPattern)
CfnRecipe.RecipeParametersProperty.getStartPattern()
startPattern
- The starting pattern to locate.this
public CfnRecipe.RecipeParametersProperty.Builder startPosition(java.lang.String startPosition)
CfnRecipe.RecipeParametersProperty.getStartPosition()
startPosition
- The starting position to locate.this
public CfnRecipe.RecipeParametersProperty.Builder startValue(java.lang.String startValue)
CfnRecipe.RecipeParametersProperty.getStartValue()
startValue
- The starting value to locate.this
public CfnRecipe.RecipeParametersProperty.Builder stemmingMode(java.lang.String stemmingMode)
CfnRecipe.RecipeParametersProperty.getStemmingMode()
stemmingMode
- Indicates this operation uses stems and lemmas (base words) for word tokenization.this
public CfnRecipe.RecipeParametersProperty.Builder stepCount(java.lang.String stepCount)
CfnRecipe.RecipeParametersProperty.getStepCount()
stepCount
- The total number of transforms in this recipe.this
public CfnRecipe.RecipeParametersProperty.Builder stepIndex(java.lang.String stepIndex)
CfnRecipe.RecipeParametersProperty.getStepIndex()
stepIndex
- The index ID of a step.this
public CfnRecipe.RecipeParametersProperty.Builder stopWordsMode(java.lang.String stopWordsMode)
CfnRecipe.RecipeParametersProperty.getStopWordsMode()
stopWordsMode
- Indicates this operation uses stop words as part of word tokenization.this
public CfnRecipe.RecipeParametersProperty.Builder strategy(java.lang.String strategy)
CfnRecipe.RecipeParametersProperty.getStrategy()
strategy
- The resolution strategy to apply in resolving ambiguities.this
public CfnRecipe.RecipeParametersProperty.Builder targetColumn(java.lang.String targetColumn)
CfnRecipe.RecipeParametersProperty.getTargetColumn()
targetColumn
- The column targeted by this operation.this
public CfnRecipe.RecipeParametersProperty.Builder targetColumnNames(java.lang.String targetColumnNames)
CfnRecipe.RecipeParametersProperty.getTargetColumnNames()
targetColumnNames
- The names to give columns altered by this operation.this
public CfnRecipe.RecipeParametersProperty.Builder targetDateFormat(java.lang.String targetDateFormat)
CfnRecipe.RecipeParametersProperty.getTargetDateFormat()
targetDateFormat
- The date format to convert to.this
public CfnRecipe.RecipeParametersProperty.Builder targetIndex(java.lang.String targetIndex)
CfnRecipe.RecipeParametersProperty.getTargetIndex()
targetIndex
- The index number of an object that is targeted by this operation.this
public CfnRecipe.RecipeParametersProperty.Builder timeZone(java.lang.String timeZone)
CfnRecipe.RecipeParametersProperty.getTimeZone()
timeZone
- The current timezone that you want to use for dates.this
public CfnRecipe.RecipeParametersProperty.Builder tokenizerPattern(java.lang.String tokenizerPattern)
CfnRecipe.RecipeParametersProperty.getTokenizerPattern()
tokenizerPattern
- A regex expression to use when splitting text into terms, also called words or tokens.this
public CfnRecipe.RecipeParametersProperty.Builder trueString(java.lang.String trueString)
CfnRecipe.RecipeParametersProperty.getTrueString()
trueString
- A value to use to represent `TRUE` .this
public CfnRecipe.RecipeParametersProperty.Builder udfLang(java.lang.String udfLang)
CfnRecipe.RecipeParametersProperty.getUdfLang()
udfLang
- The language that's used in the user-defined function.this
public CfnRecipe.RecipeParametersProperty.Builder units(java.lang.String units)
CfnRecipe.RecipeParametersProperty.getUnits()
units
- Specifies a unit of time.
For example: MINUTES
; SECONDS
; HOURS
; etc.this
public CfnRecipe.RecipeParametersProperty.Builder unpivotColumn(java.lang.String unpivotColumn)
CfnRecipe.RecipeParametersProperty.getUnpivotColumn()
unpivotColumn
- Cast columns as rows, so that each value is a different row in a single column.this
public CfnRecipe.RecipeParametersProperty.Builder upperBound(java.lang.String upperBound)
CfnRecipe.RecipeParametersProperty.getUpperBound()
upperBound
- The upper boundary for a value.this
public CfnRecipe.RecipeParametersProperty.Builder useNewDataFrame(java.lang.String useNewDataFrame)
CfnRecipe.RecipeParametersProperty.getUseNewDataFrame()
useNewDataFrame
- Create a new container to hold a dataset.this
public CfnRecipe.RecipeParametersProperty.Builder value(java.lang.String value)
CfnRecipe.RecipeParametersProperty.getValue()
value
- A static value that can be used in a comparison, a substitution, or in another context-specific way.
A Value
can be a number, string, or other datatype, depending on the recipe action in which it's used.this
public CfnRecipe.RecipeParametersProperty.Builder value1(java.lang.String value1)
CfnRecipe.RecipeParametersProperty.getValue1()
value1
- A value that's used by this operation.this
public CfnRecipe.RecipeParametersProperty.Builder value2(java.lang.String value2)
CfnRecipe.RecipeParametersProperty.getValue2()
value2
- A value that's used by this operation.this
public CfnRecipe.RecipeParametersProperty.Builder valueColumn(java.lang.String valueColumn)
CfnRecipe.RecipeParametersProperty.getValueColumn()
valueColumn
- The column that is provided as a value that's used by this operation.this
public CfnRecipe.RecipeParametersProperty.Builder viewFrame(java.lang.String viewFrame)
CfnRecipe.RecipeParametersProperty.getViewFrame()
viewFrame
- The subset of rows currently available for viewing.this
public CfnRecipe.RecipeParametersProperty build()
CfnRecipe.RecipeParametersProperty
java.lang.NullPointerException
- if any required attribute was not provided