Interface NewDhcpConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NewDhcpConfiguration.Builder,,NewDhcpConfiguration> SdkBuilder<NewDhcpConfiguration.Builder,,NewDhcpConfiguration> SdkPojo
- Enclosing class:
NewDhcpConfiguration
public static interface NewDhcpConfiguration.Builder
extends SdkPojo, CopyableBuilder<NewDhcpConfiguration.Builder,NewDhcpConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Key property for this object.Sets the value of the Values property for this object.values(Collection<String> values) Sets the value of the Values property for this object.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
-
key
Sets the value of the Key property for this object.- Parameters:
key- The new value for the Key property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
Sets the value of the Values property for this object.- Parameters:
values- The new value for the Values property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
Sets the value of the Values property for this object.- Parameters:
values- The new value for the Values property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-