Interface PropertyParameters.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PropertyParameters.Builder,,PropertyParameters> SdkBuilder<PropertyParameters.Builder,,PropertyParameters> SdkPojo
- Enclosing class:
PropertyParameters
public static interface PropertyParameters.Builder
extends SdkPojo, CopyableBuilder<PropertyParameters.Builder,PropertyParameters>
-
Method Summary
Modifier and TypeMethodDescriptionproperties(Collection<Parameter> properties) A list of parameters in the request body.properties(Consumer<Parameter.Builder>... properties) A list of parameters in the request body.properties(Parameter... properties) A list of parameters in the request body.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, sdkFields
-
Method Details
-
properties
A list of parameters in the request body.
- Parameters:
properties- A list of parameters in the request body.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
properties
A list of parameters in the request body.
- Parameters:
properties- A list of parameters in the request body.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
properties
A list of parameters in the request body.
This is a convenience method that creates an instance of theParameter.Builderavoiding the need to create one manually viaParameter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toproperties(List<Parameter>).- Parameters:
properties- a consumer that will call methods onParameter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-