Class DeleteProfileTemplateVersionOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.DeleteProfileTemplateVersionOptions.Builder
-
- Enclosing class:
- DeleteProfileTemplateVersionOptions
public static class DeleteProfileTemplateVersionOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteProfileTemplateVersionOptionsbuild()Builds a DeleteProfileTemplateVersionOptions.DeleteProfileTemplateVersionOptions.BuildertemplateId(java.lang.String templateId)Set the templateId.DeleteProfileTemplateVersionOptions.Builderversion(java.lang.String version)Set the version.
-
-
-
Method Detail
-
build
public DeleteProfileTemplateVersionOptions build()
Builds a DeleteProfileTemplateVersionOptions.- Returns:
- the new DeleteProfileTemplateVersionOptions instance
-
templateId
public DeleteProfileTemplateVersionOptions.Builder templateId(java.lang.String templateId)
Set the templateId.- Parameters:
templateId- the templateId- Returns:
- the DeleteProfileTemplateVersionOptions builder
-
version
public DeleteProfileTemplateVersionOptions.Builder version(java.lang.String version)
Set the version.- Parameters:
version- the version- Returns:
- the DeleteProfileTemplateVersionOptions builder
-
-