Class UpdateTrustedProfileAssignmentOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.UpdateTrustedProfileAssignmentOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateTrustedProfileAssignmentOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateTrustedProfileAssignment options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateTrustedProfileAssignmentOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringassignmentId()Gets the assignmentId.java.lang.StringifMatch()Gets the ifMatch.UpdateTrustedProfileAssignmentOptions.BuildernewBuilder()New builder.java.lang.LongtemplateVersion()Gets the templateVersion.
-
-
-
Method Detail
-
newBuilder
public UpdateTrustedProfileAssignmentOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateTrustedProfileAssignmentOptions builder
-
assignmentId
public java.lang.String assignmentId()
Gets the assignmentId. ID of the Assignment Record.- Returns:
- the assignmentId
-
ifMatch
public java.lang.String ifMatch()
Gets the ifMatch. Version of the Assignment to be updated. Specify the version that you retrieved when reading the Assignment. This value helps identifying parallel usage of this API. Pass * to indicate to update any version available. This might result in stale updates.- Returns:
- the ifMatch
-
templateVersion
public java.lang.Long templateVersion()
Gets the templateVersion. Template version to be applied to the assignment. To retry all failed assignments, provide the existing version. To migrate to a different version, provide the new version number.- Returns:
- the templateVersion
-
-