Interface XksKeyConfigurationType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<XksKeyConfigurationType.Builder,,XksKeyConfigurationType> SdkBuilder<XksKeyConfigurationType.Builder,,XksKeyConfigurationType> SdkPojo
- Enclosing class:
- XksKeyConfigurationType
@Mutable
@NotThreadSafe
public static interface XksKeyConfigurationType.Builder
extends SdkPojo, CopyableBuilder<XksKeyConfigurationType.Builder,XksKeyConfigurationType>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the external key in its external key manager.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The ID of the external key in its external key manager. This is the ID that the external key store proxy uses to identify the external key.
- Parameters:
id- The ID of the external key in its external key manager. This is the ID that the external key store proxy uses to identify the external key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-