Interface PropertyNameQuery.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PropertyNameQuery.Builder,PropertyNameQuery>,SdkBuilder<PropertyNameQuery.Builder,PropertyNameQuery>,SdkPojo
- Enclosing class:
- PropertyNameQuery
public static interface PropertyNameQuery.Builder extends SdkPojo, CopyableBuilder<PropertyNameQuery.Builder,PropertyNameQuery>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyNameQuery.BuilderpropertyNameHint(String propertyNameHint)Text that begins a property's name.-
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
-
propertyNameHint
PropertyNameQuery.Builder propertyNameHint(String propertyNameHint)
Text that begins a property's name.
- Parameters:
propertyNameHint- Text that begins a property's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-