Class BareMetalServerPatch.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.BareMetalServerPatch.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbandwidth(long bandwidth) Set the bandwidth.build()Builds a BareMetalServerPatch.enableSecureBoot(Boolean enableSecureBoot) Set the enableSecureBoot.Set the name.reservationAffinity(BareMetalServerReservationAffinityPatch reservationAffinity) Set the reservationAffinity.trustedPlatformModule(BareMetalServerTrustedPlatformModulePatch trustedPlatformModule) Set the trustedPlatformModule.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a BareMetalServerPatch.- Returns:
- the new BareMetalServerPatch instance
-
bandwidth
Set the bandwidth.- Parameters:
bandwidth- the bandwidth- Returns:
- the BareMetalServerPatch builder
-
enableSecureBoot
Set the enableSecureBoot.- Parameters:
enableSecureBoot- the enableSecureBoot- Returns:
- the BareMetalServerPatch builder
-
name
Set the name.- Parameters:
name- the name- Returns:
- the BareMetalServerPatch builder
-
reservationAffinity
public BareMetalServerPatch.Builder reservationAffinity(BareMetalServerReservationAffinityPatch reservationAffinity) Set the reservationAffinity.- Parameters:
reservationAffinity- the reservationAffinity- Returns:
- the BareMetalServerPatch builder
-
trustedPlatformModule
public BareMetalServerPatch.Builder trustedPlatformModule(BareMetalServerTrustedPlatformModulePatch trustedPlatformModule) Set the trustedPlatformModule.- Parameters:
trustedPlatformModule- the trustedPlatformModule- Returns:
- the BareMetalServerPatch builder
-