Interface FeatureMetadata.Builder

    • Method Detail

      • featureGroupArn

        FeatureMetadata.Builder featureGroupArn​(String featureGroupArn)

        The Amazon Resource Number (ARN) of the feature group.

        Parameters:
        featureGroupArn - The Amazon Resource Number (ARN) of the feature group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • featureGroupName

        FeatureMetadata.Builder featureGroupName​(String featureGroupName)

        The name of the feature group containing the feature.

        Parameters:
        featureGroupName - The name of the feature group containing the feature.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • featureName

        FeatureMetadata.Builder featureName​(String featureName)

        The name of feature.

        Parameters:
        featureName - The name of feature.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • featureType

        FeatureMetadata.Builder featureType​(String featureType)

        The data type of the feature.

        Parameters:
        featureType - The data type of the feature.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FeatureType, FeatureType
      • featureType

        FeatureMetadata.Builder featureType​(FeatureType featureType)

        The data type of the feature.

        Parameters:
        featureType - The data type of the feature.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FeatureType, FeatureType
      • creationTime

        FeatureMetadata.Builder creationTime​(Instant creationTime)

        A timestamp indicating when the feature was created.

        Parameters:
        creationTime - A timestamp indicating when the feature was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        FeatureMetadata.Builder lastModifiedTime​(Instant lastModifiedTime)

        A timestamp indicating when the feature was last modified.

        Parameters:
        lastModifiedTime - A timestamp indicating when the feature was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        FeatureMetadata.Builder description​(String description)

        An optional description that you specify to better describe the feature.

        Parameters:
        description - An optional description that you specify to better describe the feature.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        FeatureMetadata.Builder parameters​(Collection<FeatureParameter> parameters)

        Optional key-value pairs that you specify to better describe the feature.

        Parameters:
        parameters - Optional key-value pairs that you specify to better describe the feature.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        FeatureMetadata.Builder parameters​(FeatureParameter... parameters)

        Optional key-value pairs that you specify to better describe the feature.

        Parameters:
        parameters - Optional key-value pairs that you specify to better describe the feature.
        Returns:
        Returns a reference to this object so that method calls can be chained together.