Interface DescribeFeatureGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeFeatureGroupResponse.Builder,DescribeFeatureGroupResponse>
,SageMakerResponse.Builder
,SdkBuilder<DescribeFeatureGroupResponse.Builder,DescribeFeatureGroupResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- DescribeFeatureGroupResponse
public static interface DescribeFeatureGroupResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeFeatureGroupResponse.Builder,DescribeFeatureGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeFeatureGroupResponse.Builder
creationTime(Instant creationTime)
A timestamp indicating when SageMaker created theFeatureGroup
.DescribeFeatureGroupResponse.Builder
description(String description)
A free form description of the feature group.DescribeFeatureGroupResponse.Builder
eventTimeFeatureName(String eventTimeFeatureName)
The name of the feature that stores theEventTime
of a Record in aFeatureGroup
.DescribeFeatureGroupResponse.Builder
failureReason(String failureReason)
The reason that theFeatureGroup
failed to be replicated in theOfflineStore
.DescribeFeatureGroupResponse.Builder
featureDefinitions(Collection<FeatureDefinition> featureDefinitions)
A list of theFeatures
in theFeatureGroup
.DescribeFeatureGroupResponse.Builder
featureDefinitions(Consumer<FeatureDefinition.Builder>... featureDefinitions)
A list of theFeatures
in theFeatureGroup
.DescribeFeatureGroupResponse.Builder
featureDefinitions(FeatureDefinition... featureDefinitions)
A list of theFeatures
in theFeatureGroup
.DescribeFeatureGroupResponse.Builder
featureGroupArn(String featureGroupArn)
The Amazon Resource Name (ARN) of theFeatureGroup
.DescribeFeatureGroupResponse.Builder
featureGroupName(String featureGroupName)
he name of theFeatureGroup
.DescribeFeatureGroupResponse.Builder
featureGroupStatus(String featureGroupStatus)
The status of the feature group.DescribeFeatureGroupResponse.Builder
featureGroupStatus(FeatureGroupStatus featureGroupStatus)
The status of the feature group.DescribeFeatureGroupResponse.Builder
lastModifiedTime(Instant lastModifiedTime)
A timestamp indicating when the feature group was last updated.default DescribeFeatureGroupResponse.Builder
lastUpdateStatus(Consumer<LastUpdateStatus.Builder> lastUpdateStatus)
A value indicating whether the update made to the feature group was successful.DescribeFeatureGroupResponse.Builder
lastUpdateStatus(LastUpdateStatus lastUpdateStatus)
A value indicating whether the update made to the feature group was successful.DescribeFeatureGroupResponse.Builder
nextToken(String nextToken)
A token to resume pagination of the list ofFeatures
(FeatureDefinitions
).default DescribeFeatureGroupResponse.Builder
offlineStoreConfig(Consumer<OfflineStoreConfig.Builder> offlineStoreConfig)
The configuration of the offline store.DescribeFeatureGroupResponse.Builder
offlineStoreConfig(OfflineStoreConfig offlineStoreConfig)
The configuration of the offline store.default DescribeFeatureGroupResponse.Builder
offlineStoreStatus(Consumer<OfflineStoreStatus.Builder> offlineStoreStatus)
The status of theOfflineStore
.DescribeFeatureGroupResponse.Builder
offlineStoreStatus(OfflineStoreStatus offlineStoreStatus)
The status of theOfflineStore
.default DescribeFeatureGroupResponse.Builder
onlineStoreConfig(Consumer<OnlineStoreConfig.Builder> onlineStoreConfig)
The configuration for theOnlineStore
.DescribeFeatureGroupResponse.Builder
onlineStoreConfig(OnlineStoreConfig onlineStoreConfig)
The configuration for theOnlineStore
.DescribeFeatureGroupResponse.Builder
onlineStoreTotalSizeBytes(Long onlineStoreTotalSizeBytes)
The size of theOnlineStore
in bytes.DescribeFeatureGroupResponse.Builder
recordIdentifierFeatureName(String recordIdentifierFeatureName)
The name of theFeature
used forRecordIdentifier
, whose value uniquely identifies a record stored in the feature store.DescribeFeatureGroupResponse.Builder
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an OfflineStoreConfig is provided.default DescribeFeatureGroupResponse.Builder
throughputConfig(Consumer<ThroughputConfigDescription.Builder> throughputConfig)
Sets the value of the ThroughputConfig property for this object.DescribeFeatureGroupResponse.Builder
throughputConfig(ThroughputConfigDescription throughputConfig)
Sets the value of the ThroughputConfig property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
featureGroupArn
DescribeFeatureGroupResponse.Builder featureGroupArn(String featureGroupArn)
The Amazon Resource Name (ARN) of the
FeatureGroup
.- Parameters:
featureGroupArn
- The Amazon Resource Name (ARN) of theFeatureGroup
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureGroupName
DescribeFeatureGroupResponse.Builder featureGroupName(String featureGroupName)
he name of the
FeatureGroup
.- Parameters:
featureGroupName
- he name of theFeatureGroup
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordIdentifierFeatureName
DescribeFeatureGroupResponse.Builder recordIdentifierFeatureName(String recordIdentifierFeatureName)
The name of the
Feature
used forRecordIdentifier
, whose value uniquely identifies a record stored in the feature store.- Parameters:
recordIdentifierFeatureName
- The name of theFeature
used forRecordIdentifier
, whose value uniquely identifies a record stored in the feature store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTimeFeatureName
DescribeFeatureGroupResponse.Builder eventTimeFeatureName(String eventTimeFeatureName)
The name of the feature that stores the
EventTime
of a Record in aFeatureGroup
.An
EventTime
is a point in time when a new event occurs that corresponds to the creation or update of aRecord
in aFeatureGroup
. AllRecords
in theFeatureGroup
have a correspondingEventTime
.- Parameters:
eventTimeFeatureName
- The name of the feature that stores theEventTime
of a Record in aFeatureGroup
.An
EventTime
is a point in time when a new event occurs that corresponds to the creation or update of aRecord
in aFeatureGroup
. AllRecords
in theFeatureGroup
have a correspondingEventTime
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureDefinitions
DescribeFeatureGroupResponse.Builder featureDefinitions(Collection<FeatureDefinition> featureDefinitions)
A list of the
Features
in theFeatureGroup
. Each feature is defined by aFeatureName
andFeatureType
.- Parameters:
featureDefinitions
- A list of theFeatures
in theFeatureGroup
. Each feature is defined by aFeatureName
andFeatureType
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureDefinitions
DescribeFeatureGroupResponse.Builder featureDefinitions(FeatureDefinition... featureDefinitions)
A list of the
Features
in theFeatureGroup
. Each feature is defined by aFeatureName
andFeatureType
.- Parameters:
featureDefinitions
- A list of theFeatures
in theFeatureGroup
. Each feature is defined by aFeatureName
andFeatureType
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureDefinitions
DescribeFeatureGroupResponse.Builder featureDefinitions(Consumer<FeatureDefinition.Builder>... featureDefinitions)
A list of the
This is a convenience method that creates an instance of theFeatures
in theFeatureGroup
. Each feature is defined by aFeatureName
andFeatureType
.FeatureDefinition.Builder
avoiding the need to create one manually viaFeatureDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#featureDefinitions(List
.) - Parameters:
featureDefinitions
- a consumer that will call methods onFeatureDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#featureDefinitions(java.util.Collection
)
-
creationTime
DescribeFeatureGroupResponse.Builder creationTime(Instant creationTime)
A timestamp indicating when SageMaker created the
FeatureGroup
.- Parameters:
creationTime
- A timestamp indicating when SageMaker created theFeatureGroup
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
DescribeFeatureGroupResponse.Builder lastModifiedTime(Instant lastModifiedTime)
A timestamp indicating when the feature group was last updated.
- Parameters:
lastModifiedTime
- A timestamp indicating when the feature group was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
onlineStoreConfig
DescribeFeatureGroupResponse.Builder onlineStoreConfig(OnlineStoreConfig onlineStoreConfig)
The configuration for the
OnlineStore
.- Parameters:
onlineStoreConfig
- The configuration for theOnlineStore
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
onlineStoreConfig
default DescribeFeatureGroupResponse.Builder onlineStoreConfig(Consumer<OnlineStoreConfig.Builder> onlineStoreConfig)
The configuration for the
This is a convenience method that creates an instance of theOnlineStore
.OnlineStoreConfig.Builder
avoiding the need to create one manually viaOnlineStoreConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toonlineStoreConfig(OnlineStoreConfig)
.- Parameters:
onlineStoreConfig
- a consumer that will call methods onOnlineStoreConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
onlineStoreConfig(OnlineStoreConfig)
-
offlineStoreConfig
DescribeFeatureGroupResponse.Builder offlineStoreConfig(OfflineStoreConfig offlineStoreConfig)
The configuration of the offline store. It includes the following configurations:
-
Amazon S3 location of the offline store.
-
Configuration of the Glue data catalog.
-
Table format of the offline store.
-
Option to disable the automatic creation of a Glue table for the offline store.
-
Encryption configuration.
- Parameters:
offlineStoreConfig
- The configuration of the offline store. It includes the following configurations:-
Amazon S3 location of the offline store.
-
Configuration of the Glue data catalog.
-
Table format of the offline store.
-
Option to disable the automatic creation of a Glue table for the offline store.
-
Encryption configuration.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
offlineStoreConfig
default DescribeFeatureGroupResponse.Builder offlineStoreConfig(Consumer<OfflineStoreConfig.Builder> offlineStoreConfig)
The configuration of the offline store. It includes the following configurations:
-
Amazon S3 location of the offline store.
-
Configuration of the Glue data catalog.
-
Table format of the offline store.
-
Option to disable the automatic creation of a Glue table for the offline store.
-
Encryption configuration.
OfflineStoreConfig.Builder
avoiding the need to create one manually viaOfflineStoreConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toofflineStoreConfig(OfflineStoreConfig)
.- Parameters:
offlineStoreConfig
- a consumer that will call methods onOfflineStoreConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
offlineStoreConfig(OfflineStoreConfig)
-
-
throughputConfig
DescribeFeatureGroupResponse.Builder throughputConfig(ThroughputConfigDescription throughputConfig)
Sets the value of the ThroughputConfig property for this object.- Parameters:
throughputConfig
- The new value for the ThroughputConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
throughputConfig
default DescribeFeatureGroupResponse.Builder throughputConfig(Consumer<ThroughputConfigDescription.Builder> throughputConfig)
Sets the value of the ThroughputConfig property for this object. This is a convenience method that creates an instance of theThroughputConfigDescription.Builder
avoiding the need to create one manually viaThroughputConfigDescription.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tothroughputConfig(ThroughputConfigDescription)
.- Parameters:
throughputConfig
- a consumer that will call methods onThroughputConfigDescription.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
throughputConfig(ThroughputConfigDescription)
-
roleArn
DescribeFeatureGroupResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an OfflineStoreConfig is provided.
- Parameters:
roleArn
- The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an OfflineStoreConfig is provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureGroupStatus
DescribeFeatureGroupResponse.Builder featureGroupStatus(String featureGroupStatus)
The status of the feature group.
- Parameters:
featureGroupStatus
- The status of the feature group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeatureGroupStatus
,FeatureGroupStatus
-
featureGroupStatus
DescribeFeatureGroupResponse.Builder featureGroupStatus(FeatureGroupStatus featureGroupStatus)
The status of the feature group.
- Parameters:
featureGroupStatus
- The status of the feature group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeatureGroupStatus
,FeatureGroupStatus
-
offlineStoreStatus
DescribeFeatureGroupResponse.Builder offlineStoreStatus(OfflineStoreStatus offlineStoreStatus)
The status of the
OfflineStore
. Notifies you if replicating data into theOfflineStore
has failed. Returns either:Active
orBlocked
- Parameters:
offlineStoreStatus
- The status of theOfflineStore
. Notifies you if replicating data into theOfflineStore
has failed. Returns either:Active
orBlocked
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
offlineStoreStatus
default DescribeFeatureGroupResponse.Builder offlineStoreStatus(Consumer<OfflineStoreStatus.Builder> offlineStoreStatus)
The status of the
This is a convenience method that creates an instance of theOfflineStore
. Notifies you if replicating data into theOfflineStore
has failed. Returns either:Active
orBlocked
OfflineStoreStatus.Builder
avoiding the need to create one manually viaOfflineStoreStatus.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toofflineStoreStatus(OfflineStoreStatus)
.- Parameters:
offlineStoreStatus
- a consumer that will call methods onOfflineStoreStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
offlineStoreStatus(OfflineStoreStatus)
-
lastUpdateStatus
DescribeFeatureGroupResponse.Builder lastUpdateStatus(LastUpdateStatus lastUpdateStatus)
A value indicating whether the update made to the feature group was successful.
- Parameters:
lastUpdateStatus
- A value indicating whether the update made to the feature group was successful.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdateStatus
default DescribeFeatureGroupResponse.Builder lastUpdateStatus(Consumer<LastUpdateStatus.Builder> lastUpdateStatus)
A value indicating whether the update made to the feature group was successful.
This is a convenience method that creates an instance of theLastUpdateStatus.Builder
avoiding the need to create one manually viaLastUpdateStatus.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolastUpdateStatus(LastUpdateStatus)
.- Parameters:
lastUpdateStatus
- a consumer that will call methods onLastUpdateStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
lastUpdateStatus(LastUpdateStatus)
-
failureReason
DescribeFeatureGroupResponse.Builder failureReason(String failureReason)
The reason that the
FeatureGroup
failed to be replicated in theOfflineStore
. This is failure can occur because:-
The
FeatureGroup
could not be created in theOfflineStore
. -
The
FeatureGroup
could not be deleted from theOfflineStore
.
- Parameters:
failureReason
- The reason that theFeatureGroup
failed to be replicated in theOfflineStore
. This is failure can occur because:-
The
FeatureGroup
could not be created in theOfflineStore
. -
The
FeatureGroup
could not be deleted from theOfflineStore
.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
description
DescribeFeatureGroupResponse.Builder description(String description)
A free form description of the feature group.
- Parameters:
description
- A free form description of the feature group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeFeatureGroupResponse.Builder nextToken(String nextToken)
A token to resume pagination of the list of
Features
(FeatureDefinitions
).- Parameters:
nextToken
- A token to resume pagination of the list ofFeatures
(FeatureDefinitions
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
onlineStoreTotalSizeBytes
DescribeFeatureGroupResponse.Builder onlineStoreTotalSizeBytes(Long onlineStoreTotalSizeBytes)
The size of the
OnlineStore
in bytes.- Parameters:
onlineStoreTotalSizeBytes
- The size of theOnlineStore
in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-