Interface NetworkAutonomousSystem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NetworkAutonomousSystem.Builder,
,NetworkAutonomousSystem> SdkBuilder<NetworkAutonomousSystem.Builder,
,NetworkAutonomousSystem> SdkPojo
- Enclosing class:
NetworkAutonomousSystem
@Mutable
@NotThreadSafe
public static interface NetworkAutonomousSystem.Builder
extends SdkPojo, CopyableBuilder<NetworkAutonomousSystem.Builder,NetworkAutonomousSystem>
-
Method Summary
Modifier and TypeMethodDescriptionThe name associated with the AS.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 Details
-
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
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.
-