Class GetServiceInstanceStateOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.open_service_broker.v1.model.GetServiceInstanceStateOptions.Builder
-
- Enclosing class:
- GetServiceInstanceStateOptions
public static class GetServiceInstanceStateOptions.Builder extends java.lang.Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetServiceInstanceStateOptions
build()
Builds a GetServiceInstanceStateOptions.GetServiceInstanceStateOptions.Builder
instanceId(java.lang.String instanceId)
Set the instanceId.
-
-
-
Method Detail
-
build
public GetServiceInstanceStateOptions build()
Builds a GetServiceInstanceStateOptions.- Returns:
- the new GetServiceInstanceStateOptions instance
-
instanceId
public GetServiceInstanceStateOptions.Builder instanceId(java.lang.String instanceId)
Set the instanceId.- Parameters:
instanceId
- the instanceId- Returns:
- the GetServiceInstanceStateOptions builder
-
-