Interface PropertyNameSuggestion.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<PropertyNameSuggestion.Builder,PropertyNameSuggestion>
,SdkBuilder<PropertyNameSuggestion.Builder,PropertyNameSuggestion>
,SdkPojo
- Enclosing class:
- PropertyNameSuggestion
public static interface PropertyNameSuggestion.Builder extends SdkPojo, CopyableBuilder<PropertyNameSuggestion.Builder,PropertyNameSuggestion>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyNameSuggestion.Builder
propertyName(String propertyName)
A suggested property name based on what you entered in the search textbox in the SageMaker console.-
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
-
propertyName
PropertyNameSuggestion.Builder propertyName(String propertyName)
A suggested property name based on what you entered in the search textbox in the SageMaker console.
- Parameters:
propertyName
- A suggested property name based on what you entered in the search textbox in the SageMaker console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-