public static class GetKeyCollectionMetadataOptions.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 |
---|---|
GetKeyCollectionMetadataOptions.Builder |
addState(Long state)
Adds an state to state.
|
GetKeyCollectionMetadataOptions.Builder |
bluemixInstance(String bluemixInstance)
Set the bluemixInstance.
|
GetKeyCollectionMetadataOptions |
build()
Builds a GetKeyCollectionMetadataOptions.
|
GetKeyCollectionMetadataOptions.Builder |
correlationId(String correlationId)
Set the correlationId.
|
GetKeyCollectionMetadataOptions.Builder |
extractable(Boolean extractable)
Set the extractable.
|
GetKeyCollectionMetadataOptions.Builder |
state(List<Long> state)
Set the state.
|
GetKeyCollectionMetadataOptions.Builder |
xKmsKeyRing(String xKmsKeyRing)
Set the xKmsKeyRing.
|
public Builder()
public Builder(String bluemixInstance)
bluemixInstance
- the bluemixInstancepublic GetKeyCollectionMetadataOptions build()
public GetKeyCollectionMetadataOptions.Builder addState(Long state)
state
- the new statepublic GetKeyCollectionMetadataOptions.Builder bluemixInstance(String bluemixInstance)
bluemixInstance
- the bluemixInstancepublic GetKeyCollectionMetadataOptions.Builder correlationId(String correlationId)
correlationId
- the correlationIdpublic GetKeyCollectionMetadataOptions.Builder state(List<Long> state)
state
- the statepublic GetKeyCollectionMetadataOptions.Builder extractable(Boolean extractable)
extractable
- the extractablepublic GetKeyCollectionMetadataOptions.Builder xKmsKeyRing(String xKmsKeyRing)
xKmsKeyRing
- the xKmsKeyRingCopyright © 2022 IBM Cloud. All rights reserved.