Interface DescribeFeatureMetadataResponse.Builder

  • Method Details

    • 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

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

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

      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

      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

      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

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

      This is a convenience method that creates an instance of the FeatureParameter.Builder avoiding the need to create one manually via FeatureParameter.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to parameters(List<FeatureParameter>).

      Parameters:
      parameters - a consumer that will call methods on FeatureParameter.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: