Interface AutonomousSystem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutonomousSystem.Builder,
,AutonomousSystem> SdkBuilder<AutonomousSystem.Builder,
,AutonomousSystem> SdkPojo
- Enclosing class:
AutonomousSystem
@Mutable
@NotThreadSafe
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
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
-
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.
-