Package software.amazon.awscdk.core
Class LazyStringValueOptions.Builder
java.lang.Object
software.amazon.awscdk.core.LazyStringValueOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<LazyStringValueOptions>
- Enclosing interface:
- LazyStringValueOptions
@Stability(Stable)
public static final class LazyStringValueOptions.Builder
extends Object
implements software.amazon.jsii.Builder<LazyStringValueOptions>
A builder for
LazyStringValueOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.displayHint(String displayHint) Sets the value ofLazyStringValueOptions.getDisplayHint()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
displayHint
Sets the value ofLazyStringValueOptions.getDisplayHint()- Parameters:
displayHint- Use the given name as a display hint.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LazyStringValueOptions>- Returns:
- a new instance of
LazyStringValueOptions - Throws:
NullPointerException- if any required attribute was not provided
-