Class StorageAccountArgs.Builder

  • Enclosing class:
    StorageAccountArgs

    public static final class StorageAccountArgs.Builder
    extends java.lang.Object
    • Method Detail

      • accountKey

        public StorageAccountArgs.Builder accountKey​(@Nullable
                                                     com.pulumi.core.Output<java.lang.String> accountKey)
        Parameters:
        accountKey - The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
        Returns:
        builder
      • accountKey

        public StorageAccountArgs.Builder accountKey​(java.lang.String accountKey)
        Parameters:
        accountKey - The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
        Returns:
        builder
      • accountName

        public StorageAccountArgs.Builder accountName​(@Nullable
                                                      com.pulumi.core.Output<java.lang.String> accountName)
        Parameters:
        accountName - The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
        Returns:
        builder
      • accountName

        public StorageAccountArgs.Builder accountName​(java.lang.String accountName)
        Parameters:
        accountName - The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
        Returns:
        builder