Interface NewAsoDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NewAsoDetail.Builder,NewAsoDetail>,SdkBuilder<NewAsoDetail.Builder,NewAsoDetail>,SdkPojo
- Enclosing class:
- NewAsoDetail
public static interface NewAsoDetail.Builder extends SdkPojo, CopyableBuilder<NewAsoDetail.Builder,NewAsoDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NewAsoDetail.Builderaso(String aso)Details about the new Autonomous System Organization (ASO).NewAsoDetail.BuilderisNewForEntireAccount(Boolean isNewForEntireAccount)Checks if the ASO is for new for the entire account.-
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, sdkFields
-
-
-
-
Method Detail
-
aso
NewAsoDetail.Builder aso(String aso)
Details about the new Autonomous System Organization (ASO).
- Parameters:
aso- Details about the new Autonomous System Organization (ASO).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isNewForEntireAccount
NewAsoDetail.Builder isNewForEntireAccount(Boolean isNewForEntireAccount)
Checks if the ASO is for new for the entire account.
- Parameters:
isNewForEntireAccount- Checks if the ASO is for new for the entire account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-