Class GetTrustedProfileAssignmentOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.GetTrustedProfileAssignmentOptions.Builder
-
- Enclosing class:
- GetTrustedProfileAssignmentOptions
public static class GetTrustedProfileAssignmentOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetTrustedProfileAssignmentOptions.BuilderassignmentId(java.lang.String assignmentId)Set the assignmentId.GetTrustedProfileAssignmentOptionsbuild()Builds a GetTrustedProfileAssignmentOptions.GetTrustedProfileAssignmentOptions.BuilderincludeHistory(java.lang.Boolean includeHistory)Set the includeHistory.
-
-
-
Method Detail
-
build
public GetTrustedProfileAssignmentOptions build()
Builds a GetTrustedProfileAssignmentOptions.- Returns:
- the new GetTrustedProfileAssignmentOptions instance
-
assignmentId
public GetTrustedProfileAssignmentOptions.Builder assignmentId(java.lang.String assignmentId)
Set the assignmentId.- Parameters:
assignmentId- the assignmentId- Returns:
- the GetTrustedProfileAssignmentOptions builder
-
includeHistory
public GetTrustedProfileAssignmentOptions.Builder includeHistory(java.lang.Boolean includeHistory)
Set the includeHistory.- Parameters:
includeHistory- the includeHistory- Returns:
- the GetTrustedProfileAssignmentOptions builder
-
-