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