Interface MetadataFormSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MetadataFormSummary.Builder,MetadataFormSummary>,SdkBuilder<MetadataFormSummary.Builder,MetadataFormSummary>,SdkPojo
- Enclosing class:
- MetadataFormSummary
public static interface MetadataFormSummary.Builder extends SdkPojo, CopyableBuilder<MetadataFormSummary.Builder,MetadataFormSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetadataFormSummary.BuilderformName(String formName)The form name of the metadata form.MetadataFormSummary.BuildertypeName(String typeName)The type name of the metadata form.MetadataFormSummary.BuildertypeRevision(String typeRevision)The type revision of the metadata form.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
formName
MetadataFormSummary.Builder formName(String 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
MetadataFormSummary.Builder typeName(String 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
MetadataFormSummary.Builder typeRevision(String 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.
-
-