Interface IntegerDefaultValues.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IntegerDefaultValues.Builder,
,IntegerDefaultValues> SdkBuilder<IntegerDefaultValues.Builder,
,IntegerDefaultValues> SdkPojo
- Enclosing class:
IntegerDefaultValues
public static interface IntegerDefaultValues.Builder
extends SdkPojo, CopyableBuilder<IntegerDefaultValues.Builder,IntegerDefaultValues>
-
Method Summary
Modifier and TypeMethodDescriptiondefault IntegerDefaultValues.Builder
dynamicValue
(Consumer<DynamicDefaultValue.Builder> dynamicValue) The dynamic value of theIntegerDefaultValues
.dynamicValue
(DynamicDefaultValue dynamicValue) The dynamic value of theIntegerDefaultValues
.staticValues
(Long... staticValues) The static values of theIntegerDefaultValues
.staticValues
(Collection<Long> staticValues) The static values of theIntegerDefaultValues
.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
IntegerDefaultValues
. Different defaults are displayed according to users, groups, and values mapping.- Parameters:
dynamicValue
- The dynamic value of theIntegerDefaultValues
. Different defaults are 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 IntegerDefaultValues.Builder dynamicValue(Consumer<DynamicDefaultValue.Builder> dynamicValue) The dynamic value of the
This is a convenience method that creates an instance of theIntegerDefaultValues
. Different defaults are 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
IntegerDefaultValues
.- Parameters:
staticValues
- The static values of theIntegerDefaultValues
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
staticValues
The static values of the
IntegerDefaultValues
.- Parameters:
staticValues
- The static values of theIntegerDefaultValues
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-