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