Class UpdateTrustedProfileAssignmentOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.UpdateTrustedProfileAssignmentOptions.Builder
-
- Enclosing class:
- UpdateTrustedProfileAssignmentOptions
public static class UpdateTrustedProfileAssignmentOptions.Builder extends java.lang.Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateTrustedProfileAssignmentOptions.Builder
assignmentId(java.lang.String assignmentId)
Set the assignmentId.UpdateTrustedProfileAssignmentOptions
build()
Builds a UpdateTrustedProfileAssignmentOptions.UpdateTrustedProfileAssignmentOptions.Builder
ifMatch(java.lang.String ifMatch)
Set the ifMatch.UpdateTrustedProfileAssignmentOptions.Builder
templateVersion(long templateVersion)
Set the templateVersion.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(java.lang.String assignmentId, java.lang.String ifMatch, java.lang.Long templateVersion)
Instantiates a new builder with required properties.- Parameters:
assignmentId
- the assignmentIdifMatch
- the ifMatchtemplateVersion
- the templateVersion
-
-
Method Detail
-
build
public UpdateTrustedProfileAssignmentOptions build()
Builds a UpdateTrustedProfileAssignmentOptions.- Returns:
- the new UpdateTrustedProfileAssignmentOptions instance
-
assignmentId
public UpdateTrustedProfileAssignmentOptions.Builder assignmentId(java.lang.String assignmentId)
Set the assignmentId.- Parameters:
assignmentId
- the assignmentId- Returns:
- the UpdateTrustedProfileAssignmentOptions builder
-
ifMatch
public UpdateTrustedProfileAssignmentOptions.Builder ifMatch(java.lang.String ifMatch)
Set the ifMatch.- Parameters:
ifMatch
- the ifMatch- Returns:
- the UpdateTrustedProfileAssignmentOptions builder
-
templateVersion
public UpdateTrustedProfileAssignmentOptions.Builder templateVersion(long templateVersion)
Set the templateVersion.- Parameters:
templateVersion
- the templateVersion- Returns:
- the UpdateTrustedProfileAssignmentOptions builder
-
-