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