Class InstanceMetadataServicePatch.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.InstanceMetadataServicePatch.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a InstanceMetadataServicePatch.Set the enabled.Set the protocol.responseHopLimit
(long responseHopLimit) Set the responseHopLimit.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a InstanceMetadataServicePatch.- Returns:
- the new InstanceMetadataServicePatch instance
-
enabled
Set the enabled.- Parameters:
enabled
- the enabled- Returns:
- the InstanceMetadataServicePatch builder
-
protocol
Set the protocol.- Parameters:
protocol
- the protocol- Returns:
- the InstanceMetadataServicePatch builder
-
responseHopLimit
Set the responseHopLimit.- Parameters:
responseHopLimit
- the responseHopLimit- Returns:
- the InstanceMetadataServicePatch builder
-