Interface XksKeyConfigurationType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<XksKeyConfigurationType.Builder,XksKeyConfigurationType>,SdkBuilder<XksKeyConfigurationType.Builder,XksKeyConfigurationType>,SdkPojo
- Enclosing class:
- XksKeyConfigurationType
public static interface XksKeyConfigurationType.Builder extends SdkPojo, CopyableBuilder<XksKeyConfigurationType.Builder,XksKeyConfigurationType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XksKeyConfigurationType.Builderid(String id)The ID of the external key in its external key manager.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
XksKeyConfigurationType.Builder id(String 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.
-
-