public static class ManagedInstanceGroupInstalledPackageSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ManagedInstanceGroupInstalledPackageSummary.Builder |
architecture(String architecture)
The architecture of the package that is installed on the managed instance group.
|
ManagedInstanceGroupInstalledPackageSummary |
build() |
ManagedInstanceGroupInstalledPackageSummary.Builder |
copy(ManagedInstanceGroupInstalledPackageSummary model) |
ManagedInstanceGroupInstalledPackageSummary.Builder |
name(String name)
The name of the package that is installed on the managed instance group.
|
public ManagedInstanceGroupInstalledPackageSummary.Builder name(String name)
The name of the package that is installed on the managed instance group.
name
- the value to setpublic ManagedInstanceGroupInstalledPackageSummary.Builder architecture(String architecture)
The architecture of the package that is installed on the managed instance group.
architecture
- the value to setpublic ManagedInstanceGroupInstalledPackageSummary build()
public ManagedInstanceGroupInstalledPackageSummary.Builder copy(ManagedInstanceGroupInstalledPackageSummary model)
Copyright © 2016–2024. All rights reserved.