public static interface ParameterTextAreaControl.Builder extends SdkPojo, CopyableBuilder<ParameterTextAreaControl.Builder,ParameterTextAreaControl>
| Modifier and Type | Method and Description |
|---|---|
ParameterTextAreaControl.Builder |
delimiter(String delimiter)
The delimiter that is used to separate the lines in text.
|
default ParameterTextAreaControl.Builder |
displayOptions(Consumer<TextAreaControlDisplayOptions.Builder> displayOptions)
The display options of a control.
|
ParameterTextAreaControl.Builder |
displayOptions(TextAreaControlDisplayOptions displayOptions)
The display options of a control.
|
ParameterTextAreaControl.Builder |
parameterControlId(String parameterControlId)
The ID of the
ParameterTextAreaControl. |
ParameterTextAreaControl.Builder |
sourceParameterName(String sourceParameterName)
The source parameter name of the
ParameterTextAreaControl. |
ParameterTextAreaControl.Builder |
title(String title)
The title of the
ParameterTextAreaControl. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildParameterTextAreaControl.Builder parameterControlId(String parameterControlId)
The ID of the ParameterTextAreaControl.
parameterControlId - The ID of the ParameterTextAreaControl.ParameterTextAreaControl.Builder title(String title)
The title of the ParameterTextAreaControl.
title - The title of the ParameterTextAreaControl.ParameterTextAreaControl.Builder sourceParameterName(String sourceParameterName)
The source parameter name of the ParameterTextAreaControl.
sourceParameterName - The source parameter name of the ParameterTextAreaControl.ParameterTextAreaControl.Builder delimiter(String delimiter)
The delimiter that is used to separate the lines in text.
delimiter - The delimiter that is used to separate the lines in text.ParameterTextAreaControl.Builder displayOptions(TextAreaControlDisplayOptions displayOptions)
The display options of a control.
displayOptions - The display options of a control.default ParameterTextAreaControl.Builder displayOptions(Consumer<TextAreaControlDisplayOptions.Builder> displayOptions)
The display options of a control.
This is a convenience method that creates an instance of theTextAreaControlDisplayOptions.Builder
avoiding the need to create one manually via TextAreaControlDisplayOptions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to displayOptions(TextAreaControlDisplayOptions).
displayOptions - a consumer that will call methods on TextAreaControlDisplayOptions.BuilderdisplayOptions(TextAreaControlDisplayOptions)Copyright © 2023. All rights reserved.