Class GetBlobInventoryPolicyArgs.Builder

  • Enclosing class:
    GetBlobInventoryPolicyArgs

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

      • accountName

        public GetBlobInventoryPolicyArgs.Builder accountName​(com.pulumi.core.Output<java.lang.String> accountName)
        Parameters:
        accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
        Returns:
        builder
      • accountName

        public GetBlobInventoryPolicyArgs.Builder accountName​(java.lang.String accountName)
        Parameters:
        accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
        Returns:
        builder
      • blobInventoryPolicyName

        public GetBlobInventoryPolicyArgs.Builder blobInventoryPolicyName​(com.pulumi.core.Output<java.lang.String> blobInventoryPolicyName)
        Parameters:
        blobInventoryPolicyName - The name of the storage account blob inventory policy. It should always be 'default'
        Returns:
        builder
      • blobInventoryPolicyName

        public GetBlobInventoryPolicyArgs.Builder blobInventoryPolicyName​(java.lang.String blobInventoryPolicyName)
        Parameters:
        blobInventoryPolicyName - The name of the storage account blob inventory policy. It should always be 'default'
        Returns:
        builder
      • resourceGroupName

        public GetBlobInventoryPolicyArgs.Builder resourceGroupName​(com.pulumi.core.Output<java.lang.String> resourceGroupName)
        Parameters:
        resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
        Returns:
        builder
      • resourceGroupName

        public GetBlobInventoryPolicyArgs.Builder resourceGroupName​(java.lang.String resourceGroupName)
        Parameters:
        resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
        Returns:
        builder