Interface CreateFeatureGroupResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateFeatureGroupResponse.Builder,CreateFeatureGroupResponse>, SageMakerResponse.Builder, SdkBuilder<CreateFeatureGroupResponse.Builder,CreateFeatureGroupResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateFeatureGroupResponse

public static interface CreateFeatureGroupResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<CreateFeatureGroupResponse.Builder,CreateFeatureGroupResponse>
  • Method Details

    • featureGroupArn

      CreateFeatureGroupResponse.Builder featureGroupArn(String featureGroupArn)

      The Amazon Resource Name (ARN) of the FeatureGroup. This is a unique identifier for the feature group.

      Parameters:
      featureGroupArn - The Amazon Resource Name (ARN) of the FeatureGroup. This is a unique identifier for the feature group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.