Class InfrastructureProfileResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.connectedvmwarevsphere.outputs.InfrastructureProfileResponse.Builder
-
- Enclosing class:
- InfrastructureProfileResponse
public static final class InfrastructureProfileResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(InfrastructureProfileResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InfrastructureProfileResponse
build()
InfrastructureProfileResponse.Builder
customResourceName(java.lang.String customResourceName)
InfrastructureProfileResponse.Builder
firmwareType(java.lang.String firmwareType)
InfrastructureProfileResponse.Builder
folderPath(java.lang.String folderPath)
InfrastructureProfileResponse.Builder
instanceUuid(java.lang.String instanceUuid)
InfrastructureProfileResponse.Builder
inventoryItemId(java.lang.String inventoryItemId)
InfrastructureProfileResponse.Builder
moName(java.lang.String moName)
InfrastructureProfileResponse.Builder
moRefId(java.lang.String moRefId)
InfrastructureProfileResponse.Builder
smbiosUuid(java.lang.String smbiosUuid)
InfrastructureProfileResponse.Builder
templateId(java.lang.String templateId)
InfrastructureProfileResponse.Builder
vCenterId(java.lang.String vCenterId)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(InfrastructureProfileResponse defaults)
-
-
Method Detail
-
customResourceName
public InfrastructureProfileResponse.Builder customResourceName(java.lang.String customResourceName)
-
firmwareType
public InfrastructureProfileResponse.Builder firmwareType(@Nullable java.lang.String firmwareType)
-
folderPath
public InfrastructureProfileResponse.Builder folderPath(java.lang.String folderPath)
-
instanceUuid
public InfrastructureProfileResponse.Builder instanceUuid(java.lang.String instanceUuid)
-
inventoryItemId
public InfrastructureProfileResponse.Builder inventoryItemId(@Nullable java.lang.String inventoryItemId)
-
moName
public InfrastructureProfileResponse.Builder moName(java.lang.String moName)
-
moRefId
public InfrastructureProfileResponse.Builder moRefId(java.lang.String moRefId)
-
smbiosUuid
public InfrastructureProfileResponse.Builder smbiosUuid(@Nullable java.lang.String smbiosUuid)
-
templateId
public InfrastructureProfileResponse.Builder templateId(@Nullable java.lang.String templateId)
-
vCenterId
public InfrastructureProfileResponse.Builder vCenterId(@Nullable java.lang.String vCenterId)
-
build
public InfrastructureProfileResponse build()
-
-