Interface DescribeFeatureMetadataResponse.Builder

    • Method Detail

      • featureGroupArn

        DescribeFeatureMetadataResponse.Builder featureGroupArn​(String featureGroupArn)

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

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

        DescribeFeatureMetadataResponse.Builder featureGroupName​(String featureGroupName)

        The name of the feature group that you've specified.

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

        DescribeFeatureMetadataResponse.Builder featureName​(String featureName)

        The name of the feature that you've specified.

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

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

        DescribeFeatureMetadataResponse.Builder lastModifiedTime​(Instant lastModifiedTime)

        A timestamp indicating when the metadata for the feature group was modified. For example, if you add a parameter describing the feature, the timestamp changes to reflect the last time you

        Parameters:
        lastModifiedTime - A timestamp indicating when the metadata for the feature group was modified. For example, if you add a parameter describing the feature, the timestamp changes to reflect the last time you
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        DescribeFeatureMetadataResponse.Builder description​(String description)

        The description you added to describe the feature.

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

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

        The key-value pairs that you added to describe the feature.

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

        DescribeFeatureMetadataResponse.Builder parameters​(FeatureParameter... parameters)

        The key-value pairs that you added to describe the feature.

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