Interface FreeTrialFeatureConfigurationResult.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FreeTrialFeatureConfigurationResult.Builder,FreeTrialFeatureConfigurationResult>,SdkBuilder<FreeTrialFeatureConfigurationResult.Builder,FreeTrialFeatureConfigurationResult>,SdkPojo
- Enclosing class:
- FreeTrialFeatureConfigurationResult
public static interface FreeTrialFeatureConfigurationResult.Builder extends SdkPojo, CopyableBuilder<FreeTrialFeatureConfigurationResult.Builder,FreeTrialFeatureConfigurationResult>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FreeTrialFeatureConfigurationResult.BuilderfreeTrialDaysRemaining(Integer freeTrialDaysRemaining)The number of the remaining free trial days for the feature.FreeTrialFeatureConfigurationResult.Buildername(String name)The name of the feature for which the free trial is configured.FreeTrialFeatureConfigurationResult.Buildername(FreeTrialFeatureResult name)The name of the feature for which the free trial is configured.-
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, sdkFields
-
-
-
-
Method Detail
-
name
FreeTrialFeatureConfigurationResult.Builder name(String name)
The name of the feature for which the free trial is configured.
- Parameters:
name- The name of the feature for which the free trial is configured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FreeTrialFeatureResult,FreeTrialFeatureResult
-
name
FreeTrialFeatureConfigurationResult.Builder name(FreeTrialFeatureResult name)
The name of the feature for which the free trial is configured.
- Parameters:
name- The name of the feature for which the free trial is configured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FreeTrialFeatureResult,FreeTrialFeatureResult
-
freeTrialDaysRemaining
FreeTrialFeatureConfigurationResult.Builder freeTrialDaysRemaining(Integer freeTrialDaysRemaining)
The number of the remaining free trial days for the feature.
- Parameters:
freeTrialDaysRemaining- The number of the remaining free trial days for the feature.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-