public static interface KGKeyPairIds.Builder extends SdkPojo, CopyableBuilder<KGKeyPairIds.Builder,KGKeyPairIds>
| Modifier and Type | Method and Description |
|---|---|
KGKeyPairIds.Builder |
keyGroupId(String keyGroupId)
The identifier of the key group that contains the public keys.
|
default KGKeyPairIds.Builder |
keyPairIds(Consumer<KeyPairIds.Builder> keyPairIds)
Sets the value of the KeyPairIds property for this object.
|
KGKeyPairIds.Builder |
keyPairIds(KeyPairIds keyPairIds)
Sets the value of the KeyPairIds property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKGKeyPairIds.Builder keyGroupId(String keyGroupId)
The identifier of the key group that contains the public keys.
keyGroupId - The identifier of the key group that contains the public keys.KGKeyPairIds.Builder keyPairIds(KeyPairIds keyPairIds)
keyPairIds - The new value for the KeyPairIds property for this object.default KGKeyPairIds.Builder keyPairIds(Consumer<KeyPairIds.Builder> keyPairIds)
KeyPairIds.Builder avoiding the need to
create one manually via KeyPairIds.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to keyPairIds(KeyPairIds).
keyPairIds - a consumer that will call methods on KeyPairIds.BuilderkeyPairIds(KeyPairIds)Copyright © 2023. All rights reserved.