Class TargetCredentialEntitySpecificDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.model.TargetCredentialEntitySpecificDetails.Builder
 
- 
- Enclosing class:
- TargetCredentialEntitySpecificDetails
 
 public static class TargetCredentialEntitySpecificDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TargetCredentialEntitySpecificDetailsbuild()TargetCredentialEntitySpecificDetails.Buildercopy(TargetCredentialEntitySpecificDetails model)TargetCredentialEntitySpecificDetails.BuilderresourceId(String resourceId)OCID of the resource associated with the target for which the credential is created.TargetCredentialEntitySpecificDetails.Buildertarget(String target)Target name for which the credential is provided.
 
- 
- 
- 
Method Detail- 
resourceIdpublic TargetCredentialEntitySpecificDetails.Builder resourceId(String resourceId) OCID of the resource associated with the target for which the credential is created.- Parameters:
- resourceId- the value to set
- Returns:
- this builder
 
 - 
targetpublic TargetCredentialEntitySpecificDetails.Builder target(String target) Target name for which the credential is provided.- Parameters:
- target- the value to set
- Returns:
- this builder
 
 - 
buildpublic TargetCredentialEntitySpecificDetails build() 
 - 
copypublic TargetCredentialEntitySpecificDetails.Builder copy(TargetCredentialEntitySpecificDetails model) 
 
- 
 
-