Uses of Interface
software.amazon.awssdk.services.medialive.model.AccountConfiguration.Builder
-
Packages that use AccountConfiguration.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of AccountConfiguration.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return AccountConfiguration.Builder Modifier and Type Method Description static AccountConfiguration.BuilderAccountConfiguration. builder()AccountConfiguration.BuilderAccountConfiguration.Builder. kmsKeyId(String kmsKeyId)Specifies the KMS key to use for all features that use key encryption.AccountConfiguration.BuilderAccountConfiguration. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type AccountConfiguration.Builder Modifier and Type Method Description static Class<? extends AccountConfiguration.Builder>AccountConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type AccountConfiguration.Builder Modifier and Type Method Description default DescribeAccountConfigurationResponse.BuilderDescribeAccountConfigurationResponse.Builder. accountConfiguration(Consumer<AccountConfiguration.Builder> accountConfiguration)Sets the value of the AccountConfiguration property for this object.default UpdateAccountConfigurationRequest.BuilderUpdateAccountConfigurationRequest.Builder. accountConfiguration(Consumer<AccountConfiguration.Builder> accountConfiguration)Sets the value of the AccountConfiguration property for this object.default UpdateAccountConfigurationResponse.BuilderUpdateAccountConfigurationResponse.Builder. accountConfiguration(Consumer<AccountConfiguration.Builder> accountConfiguration)Sets the value of the AccountConfiguration property for this object.
-