Uses of Interface
software.amazon.awssdk.services.cloudformation.model.AccountLimit.Builder
-
Packages that use AccountLimit.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of AccountLimit.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return AccountLimit.Builder Modifier and Type Method Description static AccountLimit.BuilderAccountLimit. builder()AccountLimit.BuilderAccountLimit.Builder. name(String name)The name of the account limit.AccountLimit.BuilderAccountLimit. toBuilder()AccountLimit.BuilderAccountLimit.Builder. value(Integer value)The value that's associated with the account limit name.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type AccountLimit.Builder Modifier and Type Method Description static Class<? extends AccountLimit.Builder>AccountLimit. serializableBuilderClass()
-