Interface AzureSubscription.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AzureSubscription.Builder,,AzureSubscription> SdkBuilder<AzureSubscription.Builder,,AzureSubscription> SdkPojo
- Enclosing class:
AzureSubscription
@Mutable
@NotThreadSafe
public static interface AzureSubscription.Builder
extends SdkPojo, CopyableBuilder<AzureSubscription.Builder,AzureSubscription>
-
Method Summary
Modifier and TypeMethodDescriptiondisplayName(String displayName) The display name of the Azure subscription.The ID of the Azure subscription.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
-
id
The ID of the Azure subscription.
- Parameters:
id- The ID of the Azure subscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The display name of the Azure subscription.
- Parameters:
displayName- The display name of the Azure subscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-