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 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

      AzureSubscription.Builder displayName(String 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.