Class CreateProfileOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.CreateProfileOptions.Builder
-
- Enclosing class:
- CreateProfileOptions
public static class CreateProfileOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateProfileOptions.BuilderaccountId(java.lang.String accountId)Set the accountId.CreateProfileOptionsbuild()Builds a CreateProfileOptions.CreateProfileOptions.Builderdescription(java.lang.String description)Set the description.CreateProfileOptions.Builderemail(java.lang.String email)Set the email.CreateProfileOptions.Buildername(java.lang.String name)Set the name.
-
-
-
Method Detail
-
build
public CreateProfileOptions build()
Builds a CreateProfileOptions.- Returns:
- the new CreateProfileOptions instance
-
name
public CreateProfileOptions.Builder name(java.lang.String name)
Set the name.- Parameters:
name- the name- Returns:
- the CreateProfileOptions builder
-
accountId
public CreateProfileOptions.Builder accountId(java.lang.String accountId)
Set the accountId.- Parameters:
accountId- the accountId- Returns:
- the CreateProfileOptions builder
-
description
public CreateProfileOptions.Builder description(java.lang.String description)
Set the description.- Parameters:
description- the description- Returns:
- the CreateProfileOptions builder
-
email
public CreateProfileOptions.Builder email(java.lang.String email)
Set the email.- Parameters:
email- the email- Returns:
- the CreateProfileOptions builder
-
-