Interface ParameterTextFieldControl.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ParameterTextFieldControl.Builder,,ParameterTextFieldControl> SdkBuilder<ParameterTextFieldControl.Builder,,ParameterTextFieldControl> SdkPojo
- Enclosing class:
ParameterTextFieldControl
@Mutable
@NotThreadSafe
public static interface ParameterTextFieldControl.Builder
extends SdkPojo, CopyableBuilder<ParameterTextFieldControl.Builder,ParameterTextFieldControl>
-
Method Summary
Modifier and TypeMethodDescriptioncontrolTitleFormatText(Consumer<ControlTitleFormatText.Builder> controlTitleFormatText) The title text format configuration for the control.controlTitleFormatText(ControlTitleFormatText controlTitleFormatText) The title text format configuration for the control.displayOptions(Consumer<TextFieldControlDisplayOptions.Builder> displayOptions) The display options of a control.displayOptions(TextFieldControlDisplayOptions displayOptions) The display options of a control.parameterControlId(String parameterControlId) The ID of theParameterTextFieldControl.sourceParameterName(String sourceParameterName) The source parameter name of theParameterTextFieldControl.The title of theParameterTextFieldControl.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
parameterControlId
The ID of the
ParameterTextFieldControl.- Parameters:
parameterControlId- The ID of theParameterTextFieldControl.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
The title of the
ParameterTextFieldControl.- Parameters:
title- The title of theParameterTextFieldControl.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceParameterName
The source parameter name of the
ParameterTextFieldControl.- Parameters:
sourceParameterName- The source parameter name of theParameterTextFieldControl.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayOptions
The display options of a control.
- Parameters:
displayOptions- The display options of a control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayOptions
default ParameterTextFieldControl.Builder displayOptions(Consumer<TextFieldControlDisplayOptions.Builder> displayOptions) The display options of a control.
This is a convenience method that creates an instance of theTextFieldControlDisplayOptions.Builderavoiding the need to create one manually viaTextFieldControlDisplayOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todisplayOptions(TextFieldControlDisplayOptions).- Parameters:
displayOptions- a consumer that will call methods onTextFieldControlDisplayOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
controlTitleFormatText
ParameterTextFieldControl.Builder controlTitleFormatText(ControlTitleFormatText controlTitleFormatText) The title text format configuration for the control.
- Parameters:
controlTitleFormatText- The title text format configuration for the control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlTitleFormatText
default ParameterTextFieldControl.Builder controlTitleFormatText(Consumer<ControlTitleFormatText.Builder> controlTitleFormatText) The title text format configuration for the control.
This is a convenience method that creates an instance of theControlTitleFormatText.Builderavoiding the need to create one manually viaControlTitleFormatText.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontrolTitleFormatText(ControlTitleFormatText).- Parameters:
controlTitleFormatText- a consumer that will call methods onControlTitleFormatText.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-