Class ServiceCredentialsSourceServiceInstance.Builder
- java.lang.Object
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.ServiceCredentialsSourceServiceInstance.Builder
-
- Enclosing class:
- ServiceCredentialsSourceServiceInstance
public static class ServiceCredentialsSourceServiceInstance.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceCredentialsSourceServiceInstancebuild()Builds a ServiceCredentialsSourceServiceInstance.ServiceCredentialsSourceServiceInstance.Buildercrn(String crn)Set the crn.
-
-
-
Method Detail
-
build
public ServiceCredentialsSourceServiceInstance build()
Builds a ServiceCredentialsSourceServiceInstance.- Returns:
- the new ServiceCredentialsSourceServiceInstance instance
-
crn
public ServiceCredentialsSourceServiceInstance.Builder crn(String crn)
Set the crn.- Parameters:
crn- the crn- Returns:
- the ServiceCredentialsSourceServiceInstance builder
-
-