Interface OptInFeature.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OptInFeature.Builder,
,OptInFeature> SdkBuilder<OptInFeature.Builder,
,OptInFeature> SdkPojo
- Enclosing class:
OptInFeature
@Mutable
@NotThreadSafe
public static interface OptInFeature.Builder
extends SdkPojo, CopyableBuilder<OptInFeature.Builder,OptInFeature>
-
Method Summary
Modifier and TypeMethodDescriptionfeatureName
(String featureName) featureName
(OptInFeatureName featureName) Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
featureName
- Parameters:
featureName
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
featureName
- Parameters:
featureName
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
isEnabled
- Parameters:
isEnabled
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-