Interface NetworkAutonomousSystem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NetworkAutonomousSystem.Builder,NetworkAutonomousSystem>,SdkBuilder<NetworkAutonomousSystem.Builder,NetworkAutonomousSystem>,SdkPojo
- Enclosing class:
- NetworkAutonomousSystem
public static interface NetworkAutonomousSystem.Builder extends SdkPojo, CopyableBuilder<NetworkAutonomousSystem.Builder,NetworkAutonomousSystem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkAutonomousSystem.Buildername(String name)The name associated with the AS.NetworkAutonomousSystem.Buildernumber(Integer number)The unique number that identifies the AS.-
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 Detail
-
name
NetworkAutonomousSystem.Builder name(String name)
The name associated with the AS.
- Parameters:
name- The name associated with the AS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
number
NetworkAutonomousSystem.Builder number(Integer number)
The unique number that identifies the AS.
- Parameters:
number- The unique number that identifies the AS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-