Interface CaseMetadataEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CaseMetadataEntry.Builder,,CaseMetadataEntry> SdkBuilder<CaseMetadataEntry.Builder,,CaseMetadataEntry> SdkPojo
- Enclosing class:
CaseMetadataEntry
@Mutable
@NotThreadSafe
public static interface CaseMetadataEntry.Builder
extends SdkPojo, CopyableBuilder<CaseMetadataEntry.Builder,CaseMetadataEntry>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier for the metadata field.The value associated with the metadata key.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
-
key
The identifier for the metadata field. This key uniquely identifies the type of metadata being stored, such as "severity", "category", or "assignee".
- Parameters:
key- The identifier for the metadata field. This key uniquely identifies the type of metadata being stored, such as "severity", "category", or "assignee".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value associated with the metadata key. This contains the actual data for the metadata field identified by the key.
- Parameters:
value- The value associated with the metadata key. This contains the actual data for the metadata field identified by the key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-