Class ListTrustedProfileAssignmentsOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.ListTrustedProfileAssignmentsOptions.Builder
-
- Enclosing class:
- ListTrustedProfileAssignmentsOptions
public static class ListTrustedProfileAssignmentsOptions.Builder extends java.lang.ObjectBuilder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
-
-
-
Method Detail
-
build
public ListTrustedProfileAssignmentsOptions build()
Builds a ListTrustedProfileAssignmentsOptions.- Returns:
- the new ListTrustedProfileAssignmentsOptions instance
-
accountId
public ListTrustedProfileAssignmentsOptions.Builder accountId(java.lang.String accountId)
Set the accountId.- Parameters:
accountId- the accountId- Returns:
- the ListTrustedProfileAssignmentsOptions builder
-
templateId
public ListTrustedProfileAssignmentsOptions.Builder templateId(java.lang.String templateId)
Set the templateId.- Parameters:
templateId- the templateId- Returns:
- the ListTrustedProfileAssignmentsOptions builder
-
templateVersion
public ListTrustedProfileAssignmentsOptions.Builder templateVersion(java.lang.String templateVersion)
Set the templateVersion.- Parameters:
templateVersion- the templateVersion- Returns:
- the ListTrustedProfileAssignmentsOptions builder
-
target
public ListTrustedProfileAssignmentsOptions.Builder target(java.lang.String target)
Set the target.- Parameters:
target- the target- Returns:
- the ListTrustedProfileAssignmentsOptions builder
-
targetType
public ListTrustedProfileAssignmentsOptions.Builder targetType(java.lang.String targetType)
Set the targetType.- Parameters:
targetType- the targetType- Returns:
- the ListTrustedProfileAssignmentsOptions builder
-
limit
public ListTrustedProfileAssignmentsOptions.Builder limit(long limit)
Set the limit.- Parameters:
limit- the limit- Returns:
- the ListTrustedProfileAssignmentsOptions builder
-
pagetoken
public ListTrustedProfileAssignmentsOptions.Builder pagetoken(java.lang.String pagetoken)
Set the pagetoken.- Parameters:
pagetoken- the pagetoken- Returns:
- the ListTrustedProfileAssignmentsOptions builder
-
sort
public ListTrustedProfileAssignmentsOptions.Builder sort(java.lang.String sort)
Set the sort.- Parameters:
sort- the sort- Returns:
- the ListTrustedProfileAssignmentsOptions builder
-
order
public ListTrustedProfileAssignmentsOptions.Builder order(java.lang.String order)
Set the order.- Parameters:
order- the order- Returns:
- the ListTrustedProfileAssignmentsOptions builder
-
includeHistory
public ListTrustedProfileAssignmentsOptions.Builder includeHistory(java.lang.Boolean includeHistory)
Set the includeHistory.- Parameters:
includeHistory- the includeHistory- Returns:
- the ListTrustedProfileAssignmentsOptions builder
-
-