Class TargetCredentialEntitySpecificDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.TargetCredentialEntitySpecificDetails.Builder
-
- Enclosing class:
- TargetCredentialEntitySpecificDetails
public static class TargetCredentialEntitySpecificDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TargetCredentialEntitySpecificDetails
build()
TargetCredentialEntitySpecificDetails.Builder
copy(TargetCredentialEntitySpecificDetails model)
TargetCredentialEntitySpecificDetails.Builder
resourceId(String resourceId)
OCID of the resource associated with the target for which the credential is created.TargetCredentialEntitySpecificDetails.Builder
target(String target)
Target name for which the credential is provided.
-
-
-
Method Detail
-
resourceId
public 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
-
target
public TargetCredentialEntitySpecificDetails.Builder target(String target)
Target name for which the credential is provided.- Parameters:
target
- the value to set- Returns:
- this builder
-
build
public TargetCredentialEntitySpecificDetails build()
-
copy
public TargetCredentialEntitySpecificDetails.Builder copy(TargetCredentialEntitySpecificDetails model)
-
-