Package com.pulumi.azurenative.storage
Class TableServicePropertiesArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.storage.TableServicePropertiesArgs.Builder
-
- Enclosing class:
- TableServicePropertiesArgs
public static final class TableServicePropertiesArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(TableServicePropertiesArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableServicePropertiesArgs.Builder
accountName(com.pulumi.core.Output<java.lang.String> accountName)
TableServicePropertiesArgs.Builder
accountName(java.lang.String accountName)
TableServicePropertiesArgs
build()
TableServicePropertiesArgs.Builder
cors(CorsRulesArgs cors)
TableServicePropertiesArgs.Builder
cors(com.pulumi.core.Output<CorsRulesArgs> cors)
TableServicePropertiesArgs.Builder
resourceGroupName(com.pulumi.core.Output<java.lang.String> resourceGroupName)
TableServicePropertiesArgs.Builder
resourceGroupName(java.lang.String resourceGroupName)
TableServicePropertiesArgs.Builder
tableServiceName(com.pulumi.core.Output<java.lang.String> tableServiceName)
TableServicePropertiesArgs.Builder
tableServiceName(java.lang.String tableServiceName)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(TableServicePropertiesArgs defaults)
-
-
Method Detail
-
accountName
public TableServicePropertiesArgs.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 TableServicePropertiesArgs.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
-
cors
public TableServicePropertiesArgs.Builder cors(@Nullable com.pulumi.core.Output<CorsRulesArgs> cors)
- Parameters:
cors
- Specifies CORS rules for the Table service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Table service.- Returns:
- builder
-
cors
public TableServicePropertiesArgs.Builder cors(CorsRulesArgs cors)
- Parameters:
cors
- Specifies CORS rules for the Table service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Table service.- Returns:
- builder
-
resourceGroupName
public TableServicePropertiesArgs.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 TableServicePropertiesArgs.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 TableServicePropertiesArgs.Builder tableServiceName(@Nullable 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 TableServicePropertiesArgs.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 TableServicePropertiesArgs build()
-
-