Interface FormOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FormOutput.Builder,FormOutput>,SdkBuilder<FormOutput.Builder,FormOutput>,SdkPojo
- Enclosing class:
- FormOutput
public static interface FormOutput.Builder extends SdkPojo, CopyableBuilder<FormOutput.Builder,FormOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormOutput.Buildercontent(String content)The content of the metadata form.FormOutput.BuilderformName(String formName)The name of the metadata form.FormOutput.BuildertypeName(String typeName)The name of the metadata form type.FormOutput.BuildertypeRevision(String typeRevision)The revision of the metadata form type.-
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, sdkFields
-
-
-
-
Method Detail
-
content
FormOutput.Builder content(String content)
The content of the metadata form.
- Parameters:
content- The content of the metadata form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formName
FormOutput.Builder formName(String formName)
The name of the metadata form.
- Parameters:
formName- The name of the metadata form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeName
FormOutput.Builder typeName(String typeName)
The name of the metadata form type.
- Parameters:
typeName- The name of the metadata form type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeRevision
FormOutput.Builder typeRevision(String typeRevision)
The revision of the metadata form type.
- Parameters:
typeRevision- The revision of the metadata form type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-