Interface BillingPreferenceForKey.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BillingPreferenceForKey.Builder,,BillingPreferenceForKey> SdkBuilder<BillingPreferenceForKey.Builder,,BillingPreferenceForKey> SdkPojo
- Enclosing class:
BillingPreferenceForKey
@Mutable
@NotThreadSafe
public static interface BillingPreferenceForKey.Builder
extends SdkPojo, CopyableBuilder<BillingPreferenceForKey.Builder,BillingPreferenceForKey>
-
Method Summary
Modifier and TypeMethodDescriptionThe preference key.The preference value.value(PreferenceValue value) The preference value.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
-
key
The preference key. Format depends on the feature being updated.
- Parameters:
key- The preference key. Format depends on the feature being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The preference value. Valid values:
ENABLEDorDISABLED.- Parameters:
value- The preference value. Valid values:ENABLEDorDISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The preference value. Valid values:
ENABLEDorDISABLED.- Parameters:
value- The preference value. Valid values:ENABLEDorDISABLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-