Class ListResourceKeysOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.resource_controller.v2.model.ListResourceKeysOptions.Builder
-
- Enclosing class:
- ListResourceKeysOptions
public static class ListResourceKeysOptions.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 ListResourceKeysOptions
build()
Builds a ListResourceKeysOptions.ListResourceKeysOptions.Builder
guid(java.lang.String guid)
Set the guid.ListResourceKeysOptions.Builder
limit(long limit)
Set the limit.ListResourceKeysOptions.Builder
name(java.lang.String name)
Set the name.ListResourceKeysOptions.Builder
resourceGroupId(java.lang.String resourceGroupId)
Set the resourceGroupId.ListResourceKeysOptions.Builder
resourceId(java.lang.String resourceId)
Set the resourceId.ListResourceKeysOptions.Builder
start(java.lang.String start)
Set the start.ListResourceKeysOptions.Builder
updatedFrom(java.lang.String updatedFrom)
Set the updatedFrom.ListResourceKeysOptions.Builder
updatedTo(java.lang.String updatedTo)
Set the updatedTo.
-
-
-
Method Detail
-
build
public ListResourceKeysOptions build()
Builds a ListResourceKeysOptions.- Returns:
- the new ListResourceKeysOptions instance
-
guid
public ListResourceKeysOptions.Builder guid(java.lang.String guid)
Set the guid.- Parameters:
guid
- the guid- Returns:
- the ListResourceKeysOptions builder
-
name
public ListResourceKeysOptions.Builder name(java.lang.String name)
Set the name.- Parameters:
name
- the name- Returns:
- the ListResourceKeysOptions builder
-
resourceGroupId
public ListResourceKeysOptions.Builder resourceGroupId(java.lang.String resourceGroupId)
Set the resourceGroupId.- Parameters:
resourceGroupId
- the resourceGroupId- Returns:
- the ListResourceKeysOptions builder
-
resourceId
public ListResourceKeysOptions.Builder resourceId(java.lang.String resourceId)
Set the resourceId.- Parameters:
resourceId
- the resourceId- Returns:
- the ListResourceKeysOptions builder
-
limit
public ListResourceKeysOptions.Builder limit(long limit)
Set the limit.- Parameters:
limit
- the limit- Returns:
- the ListResourceKeysOptions builder
-
start
public ListResourceKeysOptions.Builder start(java.lang.String start)
Set the start.- Parameters:
start
- the start- Returns:
- the ListResourceKeysOptions builder
-
updatedFrom
public ListResourceKeysOptions.Builder updatedFrom(java.lang.String updatedFrom)
Set the updatedFrom.- Parameters:
updatedFrom
- the updatedFrom- Returns:
- the ListResourceKeysOptions builder
-
updatedTo
public ListResourceKeysOptions.Builder updatedTo(java.lang.String updatedTo)
Set the updatedTo.- Parameters:
updatedTo
- the updatedTo- Returns:
- the ListResourceKeysOptions builder
-
-