Interface PortSet.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PortSet.Builder,
,PortSet> SdkBuilder<PortSet.Builder,
,PortSet> SdkPojo
- Enclosing class:
PortSet
@Mutable
@NotThreadSafe
public static interface PortSet.Builder
extends SdkPojo, CopyableBuilder<PortSet.Builder,PortSet>
-
Method Summary
Modifier and TypeMethodDescriptiondefinition
(String... definition) The set of port ranges.definition
(Collection<String> definition) The set of port ranges.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, sdkFieldNameToField, sdkFields
-
Method Details
-
definition
The set of port ranges.
- Parameters:
definition
- The set of port ranges.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definition
The set of port ranges.
- Parameters:
definition
- The set of port ranges.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-