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
Modifier and TypeMethodDescriptionName associated with the Autonomous System (AS).The unique number that identifies the Autonomous System (AS).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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-