Interface FaqSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FaqSummary.Builder,
,FaqSummary> SdkBuilder<FaqSummary.Builder,
,FaqSummary> SdkPojo
- Enclosing class:
FaqSummary
public static interface FaqSummary.Builder
extends SdkPojo, CopyableBuilder<FaqSummary.Builder,FaqSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Unix timestamp when the FAQ was created.fileFormat
(String fileFormat) The file type used to create the FAQ.fileFormat
(FaqFileFormat fileFormat) The file type used to create the FAQ.The identifier of the FAQ.languageCode
(String languageCode) The code for a language.The name that you assigned the FAQ when you created or updated the FAQ.The current status of the FAQ.The current status of the FAQ.The Unix timestamp when the FAQ was last updated.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 Details
-
id
The identifier of the FAQ.
- Parameters:
id
- The identifier of the FAQ.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name that you assigned the FAQ when you created or updated the FAQ.
- Parameters:
name
- The name that you assigned the FAQ when you created or updated the FAQ.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the FAQ. When the status is
ACTIVE
the FAQ is ready for use.- Parameters:
status
- The current status of the FAQ. When the status isACTIVE
the FAQ is ready for use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the FAQ. When the status is
ACTIVE
the FAQ is ready for use.- Parameters:
status
- The current status of the FAQ. When the status isACTIVE
the FAQ is ready for use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The Unix timestamp when the FAQ was created.
- Parameters:
createdAt
- The Unix timestamp when the FAQ was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The Unix timestamp when the FAQ was last updated.
- Parameters:
updatedAt
- The Unix timestamp when the FAQ was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileFormat
The file type used to create the FAQ.
- Parameters:
fileFormat
- The file type used to create the FAQ.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fileFormat
The file type used to create the FAQ.
- Parameters:
fileFormat
- The file type used to create the FAQ.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
languageCode
The code for a language. This shows a supported language for the FAQ document as part of the summary information for FAQs. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.
- Parameters:
languageCode
- The code for a language. This shows a supported language for the FAQ document as part of the summary information for FAQs. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-