Interface FeatureDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FeatureDetail.Builder,,FeatureDetail> SdkBuilder<FeatureDetail.Builder,,FeatureDetail> SdkPojo
- Enclosing class:
FeatureDetail
@Mutable
@NotThreadSafe
public static interface FeatureDetail.Builder
extends SdkPojo, CopyableBuilder<FeatureDetail.Builder,FeatureDetail>
-
Method Summary
Modifier and TypeMethodDescriptionfeatureStatus(String featureStatus) The current enablement status of the feature.featureStatus(FeatureStatus featureStatus) The current enablement status of the feature.The date and time when the feature status was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
featureStatus
The current enablement status of the feature. Valid values:
ENABLED|DISABLED.- Parameters:
featureStatus- The current enablement status of the feature. Valid values:ENABLED|DISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
featureStatus
The current enablement status of the feature. Valid values:
ENABLED|DISABLED.- Parameters:
featureStatus- The current enablement status of the feature. Valid values:ENABLED|DISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The date and time when the feature status was last updated.
- Parameters:
updatedAt- The date and time when the feature status was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-