Class ServiceCredentialsSourceServiceParameters.Builder
- java.lang.Object
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.ServiceCredentialsSourceServiceParameters.Builder
-
- Enclosing class:
- ServiceCredentialsSourceServiceParameters
public static class ServiceCredentialsSourceServiceParameters.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 ServiceCredentialsSourceServiceParameters.Builderadd(String name, Object value)Add an arbitrary property.ServiceCredentialsSourceServiceParametersbuild()Builds a ServiceCredentialsSourceServiceParameters.ServiceCredentialsSourceServiceParameters.BuilderserviceidCrn(String serviceidCrn)Set the serviceidCrn.
-
-
-
Method Detail
-
build
public ServiceCredentialsSourceServiceParameters build()
Builds a ServiceCredentialsSourceServiceParameters.- Returns:
- the new ServiceCredentialsSourceServiceParameters instance
-
serviceidCrn
public ServiceCredentialsSourceServiceParameters.Builder serviceidCrn(String serviceidCrn)
Set the serviceidCrn.- Parameters:
serviceidCrn- the serviceidCrn- Returns:
- the ServiceCredentialsSourceServiceParameters builder
-
add
public ServiceCredentialsSourceServiceParameters.Builder add(String name, Object value)
Add an arbitrary property.- Parameters:
name- the name of the property to addvalue- the value of the property to add- Returns:
- the ServiceCredentialsSourceServiceParameters builder
-
-