Interface UpdateFeatureMetadataRequest.Builder

    • Method Detail

      • featureGroupName

        UpdateFeatureMetadataRequest.Builder featureGroupName​(String featureGroupName)

        The name or Amazon Resource Name (ARN) of the feature group containing the feature that you're updating.

        Parameters:
        featureGroupName - The name or Amazon Resource Name (ARN) of the feature group containing the feature that you're updating.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • featureName

        UpdateFeatureMetadataRequest.Builder featureName​(String featureName)

        The name of the feature that you're updating.

        Parameters:
        featureName - The name of the feature that you're updating.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateFeatureMetadataRequest.Builder description​(String description)

        A description that you can write to better describe the feature.

        Parameters:
        description - A description that you can write to better describe the feature.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameterAdditions

        UpdateFeatureMetadataRequest.Builder parameterAdditions​(Collection<FeatureParameter> parameterAdditions)

        A list of key-value pairs that you can add to better describe the feature.

        Parameters:
        parameterAdditions - A list of key-value pairs that you can add to better describe the feature.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameterAdditions

        UpdateFeatureMetadataRequest.Builder parameterAdditions​(FeatureParameter... parameterAdditions)

        A list of key-value pairs that you can add to better describe the feature.

        Parameters:
        parameterAdditions - A list of key-value pairs that you can add to better describe the feature.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameterRemovals

        UpdateFeatureMetadataRequest.Builder parameterRemovals​(Collection<String> parameterRemovals)

        A list of parameter keys that you can specify to remove parameters that describe your feature.

        Parameters:
        parameterRemovals - A list of parameter keys that you can specify to remove parameters that describe your feature.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameterRemovals

        UpdateFeatureMetadataRequest.Builder parameterRemovals​(String... parameterRemovals)

        A list of parameter keys that you can specify to remove parameters that describe your feature.

        Parameters:
        parameterRemovals - A list of parameter keys that you can specify to remove parameters that describe your feature.
        Returns:
        Returns a reference to this object so that method calls can be chained together.