Class AzureWorkloadSQLAutoProtectionIntentResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.recoveryservices.outputs.AzureWorkloadSQLAutoProtectionIntentResponse.Builder
-
- Enclosing class:
- AzureWorkloadSQLAutoProtectionIntentResponse
public static final class AzureWorkloadSQLAutoProtectionIntentResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(AzureWorkloadSQLAutoProtectionIntentResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureWorkloadSQLAutoProtectionIntentResponse.Builder
backupManagementType(java.lang.String backupManagementType)
AzureWorkloadSQLAutoProtectionIntentResponse
build()
AzureWorkloadSQLAutoProtectionIntentResponse.Builder
itemId(java.lang.String itemId)
AzureWorkloadSQLAutoProtectionIntentResponse.Builder
policyId(java.lang.String policyId)
AzureWorkloadSQLAutoProtectionIntentResponse.Builder
protectionIntentItemType(java.lang.String protectionIntentItemType)
AzureWorkloadSQLAutoProtectionIntentResponse.Builder
protectionState(java.lang.String protectionState)
AzureWorkloadSQLAutoProtectionIntentResponse.Builder
sourceResourceId(java.lang.String sourceResourceId)
AzureWorkloadSQLAutoProtectionIntentResponse.Builder
workloadItemType(java.lang.String workloadItemType)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(AzureWorkloadSQLAutoProtectionIntentResponse defaults)
-
-
Method Detail
-
backupManagementType
public AzureWorkloadSQLAutoProtectionIntentResponse.Builder backupManagementType(@Nullable java.lang.String backupManagementType)
-
itemId
public AzureWorkloadSQLAutoProtectionIntentResponse.Builder itemId(@Nullable java.lang.String itemId)
-
policyId
public AzureWorkloadSQLAutoProtectionIntentResponse.Builder policyId(@Nullable java.lang.String policyId)
-
protectionIntentItemType
public AzureWorkloadSQLAutoProtectionIntentResponse.Builder protectionIntentItemType(java.lang.String protectionIntentItemType)
-
protectionState
public AzureWorkloadSQLAutoProtectionIntentResponse.Builder protectionState(@Nullable java.lang.String protectionState)
-
sourceResourceId
public AzureWorkloadSQLAutoProtectionIntentResponse.Builder sourceResourceId(@Nullable java.lang.String sourceResourceId)
-
workloadItemType
public AzureWorkloadSQLAutoProtectionIntentResponse.Builder workloadItemType(@Nullable java.lang.String workloadItemType)
-
build
public AzureWorkloadSQLAutoProtectionIntentResponse build()
-
-