Class ListResourceGroupsOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.resource_manager.v2.model.ListResourceGroupsOptions.Builder
-
- Enclosing class:
- ListResourceGroupsOptions
public static class ListResourceGroupsOptions.Builder extends java.lang.Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListResourceGroupsOptions.Builder
accountId(java.lang.String accountId)
Set the accountId.ListResourceGroupsOptions
build()
Builds a ListResourceGroupsOptions.ListResourceGroupsOptions.Builder
date(java.lang.String date)
Set the date.ListResourceGroupsOptions.Builder
includeDeleted(java.lang.Boolean includeDeleted)
Set the includeDeleted.ListResourceGroupsOptions.Builder
name(java.lang.String name)
Set the name.ListResourceGroupsOptions.Builder
xDefault(java.lang.Boolean xDefault)
Set the xDefault.
-
-
-
Method Detail
-
build
public ListResourceGroupsOptions build()
Builds a ListResourceGroupsOptions.- Returns:
- the new ListResourceGroupsOptions instance
-
accountId
public ListResourceGroupsOptions.Builder accountId(java.lang.String accountId)
Set the accountId.- Parameters:
accountId
- the accountId- Returns:
- the ListResourceGroupsOptions builder
-
date
public ListResourceGroupsOptions.Builder date(java.lang.String date)
Set the date.- Parameters:
date
- the date- Returns:
- the ListResourceGroupsOptions builder
-
name
public ListResourceGroupsOptions.Builder name(java.lang.String name)
Set the name.- Parameters:
name
- the name- Returns:
- the ListResourceGroupsOptions builder
-
xDefault
public ListResourceGroupsOptions.Builder xDefault(java.lang.Boolean xDefault)
Set the xDefault.- Parameters:
xDefault
- the xDefault- Returns:
- the ListResourceGroupsOptions builder
-
includeDeleted
public ListResourceGroupsOptions.Builder includeDeleted(java.lang.Boolean includeDeleted)
Set the includeDeleted.- Parameters:
includeDeleted
- the includeDeleted- Returns:
- the ListResourceGroupsOptions builder
-
-