Interface ExportAs2805KeyCryptogram.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExportAs2805KeyCryptogram.Builder,,ExportAs2805KeyCryptogram> SdkBuilder<ExportAs2805KeyCryptogram.Builder,,ExportAs2805KeyCryptogram> SdkPojo
- Enclosing class:
ExportAs2805KeyCryptogram
@Mutable
@NotThreadSafe
public static interface ExportAs2805KeyCryptogram.Builder
extends SdkPojo, CopyableBuilder<ExportAs2805KeyCryptogram.Builder,ExportAs2805KeyCryptogram>
-
Method Summary
Modifier and TypeMethodDescriptionas2805KeyVariant(String as2805KeyVariant) The cryptographic usage of the key under export.as2805KeyVariant(As2805KeyVariant as2805KeyVariant) The cryptographic usage of the key under export.wrappingKeyIdentifier(String wrappingKeyIdentifier) Sets the value of the WrappingKeyIdentifier property for this object.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
-
wrappingKeyIdentifier
Sets the value of the WrappingKeyIdentifier property for this object.- Parameters:
wrappingKeyIdentifier- The new value for the WrappingKeyIdentifier property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
as2805KeyVariant
The cryptographic usage of the key under export.
- Parameters:
as2805KeyVariant- The cryptographic usage of the key under export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
as2805KeyVariant
The cryptographic usage of the key under export.
- Parameters:
as2805KeyVariant- The cryptographic usage of the key under export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-