Interface MetadataFormSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MetadataFormSummary.Builder,,MetadataFormSummary> SdkBuilder<MetadataFormSummary.Builder,,MetadataFormSummary> SdkPojo
- Enclosing class:
MetadataFormSummary
@Mutable
@NotThreadSafe
public static interface MetadataFormSummary.Builder
extends SdkPojo, CopyableBuilder<MetadataFormSummary.Builder,MetadataFormSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe form name of the metadata form.The type name of the metadata form.typeRevision(String typeRevision) The type revision of the metadata form.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
-
formName
The form name of the metadata form.
- Parameters:
formName- The form name of the metadata form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeName
The type name of the metadata form.
- Parameters:
typeName- The type name of the metadata form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeRevision
The type revision of the metadata form.
- Parameters:
typeRevision- The type revision of the metadata form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-