Class CustomCredentialsConfigurationCodeEngine
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.CustomCredentialsConfigurationCodeEngine
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CustomCredentialsConfigurationCodeEngine extends com.ibm.cloud.sdk.core.service.model.GenericModelThe parameters required to configure Code Engine.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomCredentialsConfigurationCodeEngine.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringjobName()Gets the jobName.CustomCredentialsConfigurationCodeEngine.BuildernewBuilder()New builder.StringprojectId()Gets the projectId.Stringregion()Gets the region.
-
-
-
Method Detail
-
newBuilder
public CustomCredentialsConfigurationCodeEngine.Builder newBuilder()
New builder.- Returns:
- a CustomCredentialsConfigurationCodeEngine builder
-
jobName
public String jobName()
Gets the jobName. The Code Engine Job name used by this custom credentials configuration.- Returns:
- the jobName
-
projectId
public String projectId()
Gets the projectId. The Project ID of your Code Engine project used by this custom credentials configuration.- Returns:
- the projectId
-
region
public String region()
Gets the region. The region of the Code Engine project. For example us-south.- Returns:
- the region
-
-