Class DiagnosticsProfile.Builder
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.DiagnosticsProfile.Builder
-
- Enclosing class:
- DiagnosticsProfile
public abstract static class DiagnosticsProfile.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract DiagnosticsProfile.Builder
bootDiagnostics(DiagnosticsProfile.BootDiagnostics bootDiagnostics)
abstract DiagnosticsProfile
build()
-
-
-
Method Detail
-
bootDiagnostics
public abstract DiagnosticsProfile.Builder bootDiagnostics(DiagnosticsProfile.BootDiagnostics bootDiagnostics)
-
build
public abstract DiagnosticsProfile build()
-
-