public static class GetKeysOptions.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(String bluemixInstance)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
GetKeysOptions.Builder |
addState(Long state)
Adds a new element to state.
|
GetKeysOptions.Builder |
bluemixInstance(String bluemixInstance)
Set the bluemixInstance.
|
GetKeysOptions |
build()
Builds a GetKeysOptions.
|
GetKeysOptions.Builder |
correlationId(String correlationId)
Set the correlationId.
|
GetKeysOptions.Builder |
extractable(Boolean extractable)
Set the extractable.
|
GetKeysOptions.Builder |
filter(String filter)
Set the filter.
|
GetKeysOptions.Builder |
limit(long limit)
Set the limit.
|
GetKeysOptions.Builder |
offset(long offset)
Set the offset.
|
GetKeysOptions.Builder |
search(String search)
Set the search.
|
GetKeysOptions.Builder |
sort(String sort)
Set the sort.
|
GetKeysOptions.Builder |
state(List<Long> state)
Set the state.
|
GetKeysOptions.Builder |
xKmsKeyRing(String xKmsKeyRing)
Set the xKmsKeyRing.
|
public Builder()
public Builder(String bluemixInstance)
bluemixInstance - the bluemixInstancepublic GetKeysOptions build()
public GetKeysOptions.Builder addState(Long state)
state - the new element to be addedpublic GetKeysOptions.Builder bluemixInstance(String bluemixInstance)
bluemixInstance - the bluemixInstancepublic GetKeysOptions.Builder correlationId(String correlationId)
correlationId - the correlationIdpublic GetKeysOptions.Builder limit(long limit)
limit - the limitpublic GetKeysOptions.Builder offset(long offset)
offset - the offsetpublic GetKeysOptions.Builder state(List<Long> state)
state - the statepublic GetKeysOptions.Builder extractable(Boolean extractable)
extractable - the extractablepublic GetKeysOptions.Builder search(String search)
search - the searchpublic GetKeysOptions.Builder sort(String sort)
sort - the sortpublic GetKeysOptions.Builder filter(String filter)
filter - the filterpublic GetKeysOptions.Builder xKmsKeyRing(String xKmsKeyRing)
xKmsKeyRing - the xKmsKeyRingCopyright © 2024 IBM Cloud. All rights reserved.