Class DeleteProfileIdentityOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.DeleteProfileIdentityOptions.Builder
-
- Enclosing class:
- DeleteProfileIdentityOptions
public static class DeleteProfileIdentityOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteProfileIdentityOptionsbuild()Builds a DeleteProfileIdentityOptions.DeleteProfileIdentityOptions.BuilderidentifierId(java.lang.String identifierId)Set the identifierId.DeleteProfileIdentityOptions.BuilderidentityType(java.lang.String identityType)Set the identityType.DeleteProfileIdentityOptions.BuilderprofileId(java.lang.String profileId)Set the profileId.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(java.lang.String profileId, java.lang.String identityType, java.lang.String identifierId)Instantiates a new builder with required properties.- Parameters:
profileId- the profileIdidentityType- the identityTypeidentifierId- the identifierId
-
-
Method Detail
-
build
public DeleteProfileIdentityOptions build()
Builds a DeleteProfileIdentityOptions.- Returns:
- the new DeleteProfileIdentityOptions instance
-
profileId
public DeleteProfileIdentityOptions.Builder profileId(java.lang.String profileId)
Set the profileId.- Parameters:
profileId- the profileId- Returns:
- the DeleteProfileIdentityOptions builder
-
identityType
public DeleteProfileIdentityOptions.Builder identityType(java.lang.String identityType)
Set the identityType.- Parameters:
identityType- the identityType- Returns:
- the DeleteProfileIdentityOptions builder
-
identifierId
public DeleteProfileIdentityOptions.Builder identifierId(java.lang.String identifierId)
Set the identifierId.- Parameters:
identifierId- the identifierId- Returns:
- the DeleteProfileIdentityOptions builder
-
-