Interface AccountSetting.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AccountSetting.Builder,,AccountSetting> SdkBuilder<AccountSetting.Builder,,AccountSetting> SdkPojo
- Enclosing class:
AccountSetting
@Mutable
@NotThreadSafe
public static interface AccountSetting.Builder
extends SdkPojo, CopyableBuilder<AccountSetting.Builder,AccountSetting>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the EVS setting.The value of the EVS setting.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
-
name
The name of the EVS setting. Valid values are:
-
vcfPortedCoreCount(type: numeric string) - The total number of VCF license cores ported to Amazon EVS for the account in that Region. The maximum value is 1,000,000 cores. This setting value is shared with Broadcom for record-keeping.
- Parameters:
name- The name of the EVS setting. Valid values are:-
vcfPortedCoreCount(type: numeric string) - The total number of VCF license cores ported to Amazon EVS for the account in that Region. The maximum value is 1,000,000 cores. This setting value is shared with Broadcom for record-keeping.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
value
The value of the EVS setting.
- Parameters:
value- The value of the EVS setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-