Interface CustomActionSetParametersOperation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomActionSetParametersOperation.Builder,CustomActionSetParametersOperation>,SdkBuilder<CustomActionSetParametersOperation.Builder,CustomActionSetParametersOperation>,SdkPojo
- Enclosing class:
- CustomActionSetParametersOperation
public static interface CustomActionSetParametersOperation.Builder extends SdkPojo, CopyableBuilder<CustomActionSetParametersOperation.Builder,CustomActionSetParametersOperation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomActionSetParametersOperation.BuilderparameterValueConfigurations(Collection<SetParameterValueConfiguration> parameterValueConfigurations)The parameter that determines the value configuration.CustomActionSetParametersOperation.BuilderparameterValueConfigurations(Consumer<SetParameterValueConfiguration.Builder>... parameterValueConfigurations)The parameter that determines the value configuration.CustomActionSetParametersOperation.BuilderparameterValueConfigurations(SetParameterValueConfiguration... parameterValueConfigurations)The parameter that determines the value configuration.-
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 Detail
-
parameterValueConfigurations
CustomActionSetParametersOperation.Builder parameterValueConfigurations(Collection<SetParameterValueConfiguration> parameterValueConfigurations)
The parameter that determines the value configuration.
- Parameters:
parameterValueConfigurations- The parameter that determines the value configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterValueConfigurations
CustomActionSetParametersOperation.Builder parameterValueConfigurations(SetParameterValueConfiguration... parameterValueConfigurations)
The parameter that determines the value configuration.
- Parameters:
parameterValueConfigurations- The parameter that determines the value configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterValueConfigurations
CustomActionSetParametersOperation.Builder parameterValueConfigurations(Consumer<SetParameterValueConfiguration.Builder>... parameterValueConfigurations)
The parameter that determines the value configuration.
This is a convenience method that creates an instance of theSetParameterValueConfiguration.Builderavoiding the need to create one manually viaSetParameterValueConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#parameterValueConfigurations(List.) - Parameters:
parameterValueConfigurations- a consumer that will call methods onSetParameterValueConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#parameterValueConfigurations(java.util.Collection)
-
-