Interface DocumentAttributeConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DocumentAttributeConfiguration.Builder,DocumentAttributeConfiguration>,SdkBuilder<DocumentAttributeConfiguration.Builder,DocumentAttributeConfiguration>,SdkPojo
- Enclosing class:
- DocumentAttributeConfiguration
public static interface DocumentAttributeConfiguration.Builder extends SdkPojo, CopyableBuilder<DocumentAttributeConfiguration.Builder,DocumentAttributeConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentAttributeConfiguration.Buildername(String name)The name of the document attribute.DocumentAttributeConfiguration.Buildersearch(String search)Information about whether the document attribute can be used by an end user to search for information on their web experience.DocumentAttributeConfiguration.Buildersearch(Status search)Information about whether the document attribute can be used by an end user to search for information on their web experience.DocumentAttributeConfiguration.Buildertype(String type)The type of document attribute.DocumentAttributeConfiguration.Buildertype(AttributeType type)The type of document attribute.-
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
-
name
DocumentAttributeConfiguration.Builder name(String name)
The name of the document attribute.
- Parameters:
name- The name of the document attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
DocumentAttributeConfiguration.Builder type(String type)
The type of document attribute.
- Parameters:
type- The type of document attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AttributeType,AttributeType
-
type
DocumentAttributeConfiguration.Builder type(AttributeType type)
The type of document attribute.
- Parameters:
type- The type of document attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AttributeType,AttributeType
-
search
DocumentAttributeConfiguration.Builder search(String search)
Information about whether the document attribute can be used by an end user to search for information on their web experience.
-
search
DocumentAttributeConfiguration.Builder search(Status search)
Information about whether the document attribute can be used by an end user to search for information on their web experience.
-
-