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