Class GetSAPSupportedSkuPlainArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.workloads.inputs.GetSAPSupportedSkuPlainArgs.Builder
-
- Enclosing class:
- GetSAPSupportedSkuPlainArgs
public static final class GetSAPSupportedSkuPlainArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetSAPSupportedSkuPlainArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetSAPSupportedSkuPlainArgs defaults)
-
-
Method Detail
-
appLocation
public GetSAPSupportedSkuPlainArgs.Builder appLocation(java.lang.String appLocation)
- Parameters:
appLocation
- The geo-location where the resource is to be created.- Returns:
- builder
-
databaseType
public GetSAPSupportedSkuPlainArgs.Builder databaseType(com.pulumi.core.Either<java.lang.String,SAPDatabaseType> databaseType)
- Parameters:
databaseType
- The database type. Eg: HANA, DB2, etc- Returns:
- builder
-
databaseType
public GetSAPSupportedSkuPlainArgs.Builder databaseType(java.lang.String databaseType)
- Parameters:
databaseType
- The database type. Eg: HANA, DB2, etc- Returns:
- builder
-
databaseType
public GetSAPSupportedSkuPlainArgs.Builder databaseType(SAPDatabaseType databaseType)
- Parameters:
databaseType
- The database type. Eg: HANA, DB2, etc- Returns:
- builder
-
deploymentType
public GetSAPSupportedSkuPlainArgs.Builder deploymentType(com.pulumi.core.Either<java.lang.String,SAPDeploymentType> deploymentType)
- Parameters:
deploymentType
- The deployment type. Eg: SingleServer/ThreeTier- Returns:
- builder
-
deploymentType
public GetSAPSupportedSkuPlainArgs.Builder deploymentType(java.lang.String deploymentType)
- Parameters:
deploymentType
- The deployment type. Eg: SingleServer/ThreeTier- Returns:
- builder
-
deploymentType
public GetSAPSupportedSkuPlainArgs.Builder deploymentType(SAPDeploymentType deploymentType)
- Parameters:
deploymentType
- The deployment type. Eg: SingleServer/ThreeTier- Returns:
- builder
-
environment
public GetSAPSupportedSkuPlainArgs.Builder environment(com.pulumi.core.Either<java.lang.String,SAPEnvironmentType> environment)
- Parameters:
environment
- Defines the environment type - Production/Non Production.- Returns:
- builder
-
environment
public GetSAPSupportedSkuPlainArgs.Builder environment(java.lang.String environment)
- Parameters:
environment
- Defines the environment type - Production/Non Production.- Returns:
- builder
-
environment
public GetSAPSupportedSkuPlainArgs.Builder environment(SAPEnvironmentType environment)
- Parameters:
environment
- Defines the environment type - Production/Non Production.- Returns:
- builder
-
highAvailabilityType
public GetSAPSupportedSkuPlainArgs.Builder highAvailabilityType(@Nullable com.pulumi.core.Either<java.lang.String,SAPHighAvailabilityType> highAvailabilityType)
- Parameters:
highAvailabilityType
- The high availability type.- Returns:
- builder
-
highAvailabilityType
public GetSAPSupportedSkuPlainArgs.Builder highAvailabilityType(java.lang.String highAvailabilityType)
- Parameters:
highAvailabilityType
- The high availability type.- Returns:
- builder
-
highAvailabilityType
public GetSAPSupportedSkuPlainArgs.Builder highAvailabilityType(SAPHighAvailabilityType highAvailabilityType)
- Parameters:
highAvailabilityType
- The high availability type.- Returns:
- builder
-
location
public GetSAPSupportedSkuPlainArgs.Builder location(java.lang.String location)
- Parameters:
location
- The name of Azure region.- Returns:
- builder
-
sapProduct
public GetSAPSupportedSkuPlainArgs.Builder sapProduct(com.pulumi.core.Either<java.lang.String,SAPProductType> sapProduct)
- Parameters:
sapProduct
- Defines the SAP Product type.- Returns:
- builder
-
sapProduct
public GetSAPSupportedSkuPlainArgs.Builder sapProduct(java.lang.String sapProduct)
- Parameters:
sapProduct
- Defines the SAP Product type.- Returns:
- builder
-
sapProduct
public GetSAPSupportedSkuPlainArgs.Builder sapProduct(SAPProductType sapProduct)
- Parameters:
sapProduct
- Defines the SAP Product type.- Returns:
- builder
-
build
public GetSAPSupportedSkuPlainArgs build()
-
-