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 an state 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 |
limit(long limit)
Set the limit.
|
GetKeysOptions.Builder |
offset(long offset)
Set the offset.
|
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 statepublic 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 xKmsKeyRing(String xKmsKeyRing)
xKmsKeyRing
- the xKmsKeyRingCopyright © 2022 IBM Cloud. All rights reserved.