Class GetProfileIdentityOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.GetProfileIdentityOptions.Builder
-
- Enclosing class:
- GetProfileIdentityOptions
public static class GetProfileIdentityOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetProfileIdentityOptionsbuild()Builds a GetProfileIdentityOptions.GetProfileIdentityOptions.BuilderidentifierId(java.lang.String identifierId)Set the identifierId.GetProfileIdentityOptions.BuilderidentityType(java.lang.String identityType)Set the identityType.GetProfileIdentityOptions.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 GetProfileIdentityOptions build()
Builds a GetProfileIdentityOptions.- Returns:
- the new GetProfileIdentityOptions instance
-
profileId
public GetProfileIdentityOptions.Builder profileId(java.lang.String profileId)
Set the profileId.- Parameters:
profileId- the profileId- Returns:
- the GetProfileIdentityOptions builder
-
identityType
public GetProfileIdentityOptions.Builder identityType(java.lang.String identityType)
Set the identityType.- Parameters:
identityType- the identityType- Returns:
- the GetProfileIdentityOptions builder
-
identifierId
public GetProfileIdentityOptions.Builder identifierId(java.lang.String identifierId)
Set the identifierId.- Parameters:
identifierId- the identifierId- Returns:
- the GetProfileIdentityOptions builder
-
-