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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
formNameThe 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.
 
- 
typeNameThe 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.
 
- 
typeRevisionThe 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.
 
 
-