Class GetTableServicePropertiesArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.storage.inputs.GetTableServicePropertiesArgs.Builder
-
- Enclosing class:
- GetTableServicePropertiesArgs
public static final class GetTableServicePropertiesArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetTableServicePropertiesArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetTableServicePropertiesArgs.Builder
accountName(com.pulumi.core.Output<java.lang.String> accountName)
GetTableServicePropertiesArgs.Builder
accountName(java.lang.String accountName)
GetTableServicePropertiesArgs
build()
GetTableServicePropertiesArgs.Builder
resourceGroupName(com.pulumi.core.Output<java.lang.String> resourceGroupName)
GetTableServicePropertiesArgs.Builder
resourceGroupName(java.lang.String resourceGroupName)
GetTableServicePropertiesArgs.Builder
tableServiceName(com.pulumi.core.Output<java.lang.String> tableServiceName)
GetTableServicePropertiesArgs.Builder
tableServiceName(java.lang.String tableServiceName)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetTableServicePropertiesArgs defaults)
-
-
Method Detail
-
accountName
public GetTableServicePropertiesArgs.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 GetTableServicePropertiesArgs.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
-
resourceGroupName
public GetTableServicePropertiesArgs.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 GetTableServicePropertiesArgs.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
-
tableServiceName
public GetTableServicePropertiesArgs.Builder tableServiceName(com.pulumi.core.Output<java.lang.String> tableServiceName)
- Parameters:
tableServiceName
- The name of the Table Service within the specified storage account. Table Service Name must be 'default'- Returns:
- builder
-
tableServiceName
public GetTableServicePropertiesArgs.Builder tableServiceName(java.lang.String tableServiceName)
- Parameters:
tableServiceName
- The name of the Table Service within the specified storage account. Table Service Name must be 'default'- Returns:
- builder
-
build
public GetTableServicePropertiesArgs build()
-
-