Class ServiceCredentialsSecretSourceService.Builder
- java.lang.Object
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.ServiceCredentialsSecretSourceService.Builder
-
- Enclosing class:
- ServiceCredentialsSecretSourceService
public static class ServiceCredentialsSecretSourceService.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.Builder(ServiceCredentialsSourceServiceInstance instance)Instantiates a new builder with required properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceCredentialsSecretSourceServicebuild()Builds a ServiceCredentialsSecretSourceService.ServiceCredentialsSecretSourceService.Builderinstance(ServiceCredentialsSourceServiceInstance instance)Set the instance.ServiceCredentialsSecretSourceService.Builderparameters(ServiceCredentialsSourceServiceParameters parameters)Set the parameters.ServiceCredentialsSecretSourceService.Builderrole(ServiceCredentialsSourceServiceRole role)Set the role.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(ServiceCredentialsSourceServiceInstance instance)
Instantiates a new builder with required properties.- Parameters:
instance- the instance
-
-
Method Detail
-
build
public ServiceCredentialsSecretSourceService build()
Builds a ServiceCredentialsSecretSourceService.- Returns:
- the new ServiceCredentialsSecretSourceService instance
-
instance
public ServiceCredentialsSecretSourceService.Builder instance(ServiceCredentialsSourceServiceInstance instance)
Set the instance.- Parameters:
instance- the instance- Returns:
- the ServiceCredentialsSecretSourceService builder
-
parameters
public ServiceCredentialsSecretSourceService.Builder parameters(ServiceCredentialsSourceServiceParameters parameters)
Set the parameters.- Parameters:
parameters- the parameters- Returns:
- the ServiceCredentialsSecretSourceService builder
-
role
public ServiceCredentialsSecretSourceService.Builder role(ServiceCredentialsSourceServiceRole role)
Set the role.- Parameters:
role- the role- Returns:
- the ServiceCredentialsSecretSourceService builder
-
-