Interface StringDefaultValues.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StringDefaultValues.Builder,
,StringDefaultValues> SdkBuilder<StringDefaultValues.Builder,
,StringDefaultValues> SdkPojo
- Enclosing class:
StringDefaultValues
public static interface StringDefaultValues.Builder
extends SdkPojo, CopyableBuilder<StringDefaultValues.Builder,StringDefaultValues>
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringDefaultValues.Builder
dynamicValue
(Consumer<DynamicDefaultValue.Builder> dynamicValue) The dynamic value of theStringDefaultValues
.dynamicValue
(DynamicDefaultValue dynamicValue) The dynamic value of theStringDefaultValues
.staticValues
(String... staticValues) The static values of theDecimalDefaultValues
.staticValues
(Collection<String> staticValues) The static values of theDecimalDefaultValues
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
dynamicValue
The dynamic value of the
StringDefaultValues
. Different defaults displayed according to users, groups, and values mapping.- Parameters:
dynamicValue
- The dynamic value of theStringDefaultValues
. Different defaults displayed according to users, groups, and values mapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dynamicValue
default StringDefaultValues.Builder dynamicValue(Consumer<DynamicDefaultValue.Builder> dynamicValue) The dynamic value of the
This is a convenience method that creates an instance of theStringDefaultValues
. Different defaults displayed according to users, groups, and values mapping.DynamicDefaultValue.Builder
avoiding the need to create one manually viaDynamicDefaultValue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todynamicValue(DynamicDefaultValue)
.- Parameters:
dynamicValue
- a consumer that will call methods onDynamicDefaultValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
staticValues
The static values of the
DecimalDefaultValues
.- Parameters:
staticValues
- The static values of theDecimalDefaultValues
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
staticValues
The static values of the
DecimalDefaultValues
.- Parameters:
staticValues
- The static values of theDecimalDefaultValues
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-