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