Interface MetadataModelReference.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MetadataModelReference.Builder,,MetadataModelReference> SdkBuilder<MetadataModelReference.Builder,,MetadataModelReference> SdkPojo
- Enclosing class:
MetadataModelReference
@Mutable
@NotThreadSafe
public static interface MetadataModelReference.Builder
extends SdkPojo, CopyableBuilder<MetadataModelReference.Builder,MetadataModelReference>
-
Method Summary
Modifier and TypeMethodDescriptionmetadataModelName(String metadataModelName) The name of the metadata model.selectionRules(String selectionRules) The JSON string representing metadata model location.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
-
metadataModelName
The name of the metadata model.
- Parameters:
metadataModelName- The name of the metadata model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectionRules
The JSON string representing metadata model location.
- Parameters:
selectionRules- The JSON string representing metadata model location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-