public static class ListResourceKeysOptions.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourceKeysOptions |
build()
Builds a ListResourceKeysOptions.
|
ListResourceKeysOptions.Builder |
guid(String guid)
Set the guid.
|
ListResourceKeysOptions.Builder |
limit(String limit)
Set the limit.
|
ListResourceKeysOptions.Builder |
name(String name)
Set the name.
|
ListResourceKeysOptions.Builder |
resourceGroupId(String resourceGroupId)
Set the resourceGroupId.
|
ListResourceKeysOptions.Builder |
resourceId(String resourceId)
Set the resourceId.
|
ListResourceKeysOptions.Builder |
updatedFrom(String updatedFrom)
Set the updatedFrom.
|
ListResourceKeysOptions.Builder |
updatedTo(String updatedTo)
Set the updatedTo.
|
public ListResourceKeysOptions build()
public ListResourceKeysOptions.Builder guid(String guid)
guid - the guidpublic ListResourceKeysOptions.Builder name(String name)
name - the namepublic ListResourceKeysOptions.Builder resourceGroupId(String resourceGroupId)
resourceGroupId - the resourceGroupIdpublic ListResourceKeysOptions.Builder resourceId(String resourceId)
resourceId - the resourceIdpublic ListResourceKeysOptions.Builder limit(String limit)
limit - the limitpublic ListResourceKeysOptions.Builder updatedFrom(String updatedFrom)
updatedFrom - the updatedFrompublic ListResourceKeysOptions.Builder updatedTo(String updatedTo)
updatedTo - the updatedToCopyright © 2021 IBM Cloud Platform Services. All rights reserved.