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 Details

    • 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.