public static class ImplementOptimizerStatisticsAdvisorRecommendationsJob.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ImplementOptimizerStatisticsAdvisorRecommendationsJob |
build() |
ImplementOptimizerStatisticsAdvisorRecommendationsJob.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment in which the job resides.
|
ImplementOptimizerStatisticsAdvisorRecommendationsJob.Builder |
copy(ImplementOptimizerStatisticsAdvisorRecommendationsJob model) |
ImplementOptimizerStatisticsAdvisorRecommendationsJob.Builder |
credentials(ManagedDatabaseCredential credentials) |
ImplementOptimizerStatisticsAdvisorRecommendationsJob.Builder |
description(String description)
The name of the execution.
|
ImplementOptimizerStatisticsAdvisorRecommendationsJob.Builder |
name(String name)
The name of the job.
|
ImplementOptimizerStatisticsAdvisorRecommendationsJob.Builder |
resultLocation(JobExecutionResultLocation resultLocation) |
public ImplementOptimizerStatisticsAdvisorRecommendationsJob.Builder name(String name)
The name of the job. Valid characters are uppercase or lowercase letters, numbers, and “_”. The name of the job cannot be modified. It must be unique in the compartment and must begin with an alphabetic character.
name
- the value to setpublic ImplementOptimizerStatisticsAdvisorRecommendationsJob.Builder description(String description)
The name of the execution.
description
- the value to setpublic ImplementOptimizerStatisticsAdvisorRecommendationsJob.Builder compartmentId(String compartmentId)
The OCID of the compartment in which the job resides.
compartmentId
- the value to setpublic ImplementOptimizerStatisticsAdvisorRecommendationsJob.Builder resultLocation(JobExecutionResultLocation resultLocation)
public ImplementOptimizerStatisticsAdvisorRecommendationsJob.Builder credentials(ManagedDatabaseCredential credentials)
public ImplementOptimizerStatisticsAdvisorRecommendationsJob build()
Copyright © 2016–2023. All rights reserved.